mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-09 04:27:47 +08:00
upgrade dependencies
This commit is contained in:
parent
f4eae872d1
commit
70e9570057
@ -272,7 +272,7 @@ class PluginManager
|
||||
$callbacks = $this->filesystem->getRequire($path);
|
||||
$callback = Arr::get($callbacks, get_class($event));
|
||||
if ($callback) {
|
||||
return $this->app->call($callback, [$plugin]);
|
||||
return $this->app->call($callback, ['plugin' => $plugin]);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
1051
composer.lock
generated
1051
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user