Fix helper file
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
namespace App;
|
||||||
|
|
||||||
|
|
||||||
use Illuminate\Support\Facades\DB;
|
use Illuminate\Support\Facades\DB;
|
||||||
|
use DateTime;
|
||||||
|
|
||||||
if (!function_exists('formatNumber')) {
|
if (!function_exists('formatNumber')) {
|
||||||
function formatNumber ($amount) {
|
function formatNumber ($amount) {
|
||||||
|
|||||||
Reference in New Issue
Block a user