Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jul 23, 2024
1 parent 492b183 commit c90979c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/larke/admin/Facade/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class Event extends Facade
{
protected static function getFacadeAccessor()
{
return 'larke-admin.event';
return 'larke-admin.events';
}
}
2 changes: 1 addition & 1 deletion src/larke/admin/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function registerBind()
$this->app->bind('larke-admin.loader', Loader::class);

// 事件
$this->app->singleton('larke-admin.event', function() {
$this->app->singleton('larke-admin.events', function() {
$pool = new Events\Pool();
return new Events\Events($pool);
});
Expand Down

0 comments on commit c90979c

Please sign in to comment.