@@ -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);
}