修复命名不规范
This commit is contained in:
parent
f1f3df2bc8
commit
f777816e18
@ -40,7 +40,7 @@ class CatchAdminService extends Service
|
||||
$this->registerCommands();
|
||||
$this->registerValidates();
|
||||
$this->registerMiddleWares();
|
||||
$this->registerListeners();
|
||||
$this->registerEvents();
|
||||
$this->registerQuery();
|
||||
$this->registerExceptionHandle();
|
||||
}
|
||||
@ -99,7 +99,7 @@ class CatchAdminService extends Service
|
||||
* @time 2019年12月12日
|
||||
* @return void
|
||||
*/
|
||||
protected function registerListeners(): void
|
||||
protected function registerEvents(): void
|
||||
{
|
||||
$this->app->event->listenEvents(config('catch.events'));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user