Commit fbad57b3 by 孙龙

up

parent faca91a3
......@@ -34,7 +34,7 @@ class Handler extends ExceptionHandler
*/
public function report(Exception $e)
{
\LogReport::write(\LogReport::anlyError($e->getMessage() , $e->getFile(), $e->getLine()));
// \LogReport::write(\LogReport::anlyError($e->getMessage() , $e->getFile(), $e->getLine()));
return parent::report($e);
}
......
This diff could not be displayed because it is too large.
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 sign in to comment