zilong 4 lat temu
rodzic
commit
9aa4d0c361
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Helpers/functions.php

+ 1 - 1
app/Helpers/functions.php

xqd
@@ -42,7 +42,7 @@ if (!function_exists('exit_out')) {
 if (!function_exists('trace')) {
     function trace($log = '', $level = 'info')
     {
-        \Log::log($level, $log);
+        Log::log($level, $log);
     }
 }