Commit 710de731 authored by tufengqi's avatar tufengqi

fix log bug

parent b26af4ed
......@@ -35,7 +35,7 @@ class Application extends Component
'class' => $class,
'function' => $func,
'user_data' => $user_data
]), $cate_name);
]), $cate);
}
public function error($cate, $code, $class, $func, $user_data)
......@@ -44,7 +44,7 @@ class Application extends Component
'class' => $class,
'function' => $func,
'user_data' => $user_data
]), $cate_name);
]), $cate);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment