upgrade dependencies

This commit is contained in:
Pig Fang 2020-04-23 15:40:17 +08:00
parent f4eae872d1
commit 70e9570057
2 changed files with 633 additions and 420 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff