eee
This commit is contained in:
@@ -57,9 +57,12 @@ class Application extends BaseApplication
|
||||
$this->errorHandler->registerShutdownHandler(config('site.error.shutdown', []));
|
||||
$this->errorHandler->registerExceptionHandler(config('site.error.exception', []));
|
||||
$this->errorHandler->registerErrorHandler(config('site.error.error', []));
|
||||
|
||||
$this->id = config('site.id', uniqid('id.'));
|
||||
|
||||
$this->provider->on(OnBeforeCommandExecute::class, [$this, 'beforeCommandExecute']);
|
||||
|
||||
parent::init();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user