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