Skip to content

Commit c90979c

Browse files
committed
更新
1 parent 492b183 commit c90979c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/larke/admin/Facade/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ class Event extends Facade
1616
{
1717
protected static function getFacadeAccessor()
1818
{
19-
return 'larke-admin.event';
19+
return 'larke-admin.events';
2020
}
2121
}

src/larke/admin/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ protected function registerBind()
217217
$this->app->bind('larke-admin.loader', Loader::class);
218218

219219
// 事件
220-
$this->app->singleton('larke-admin.event', function() {
220+
$this->app->singleton('larke-admin.events', function() {
221221
$pool = new Events\Pool();
222222
return new Events\Events($pool);
223223
});

0 commit comments

Comments
 (0)