Apply fixes from StyleCI

This commit is contained in:
ThinkPHP
2017-06-16 00:39:06 +00:00
parent bdc9c6a07f
commit 381fb1fef8

View File

@@ -158,7 +158,7 @@ class Log
if ($result) { if ($result) {
self::$log = []; self::$log = [];
} }
Hook::listen('log_write_done',$log); Hook::listen('log_write_done', $log);
return $result; return $result;
} }
return true; return true;