zilong 4 年之前
父節點
當前提交
9aa4d0c361
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Helpers/functions.php

+ 1 - 1
app/Helpers/functions.php

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