改名
This commit is contained in:
@@ -146,7 +146,7 @@ class Application extends BaseApplication
|
||||
}
|
||||
$data = response()->getBuilder($manager->execCommand($class));
|
||||
} catch (\Throwable $exception) {
|
||||
$data = response()->getBuilder(logger()->exception($exception));
|
||||
$data = logger()->exception($exception);
|
||||
} finally {
|
||||
print_r($data);
|
||||
Timer::clearAll();
|
||||
|
||||
Reference in New Issue
Block a user