This commit is contained in:
Pig Fang 2019-08-12 17:48:40 +08:00
parent 3071ece7ba
commit 15f988f04d

View File

@ -16,7 +16,7 @@ class CopyPluginAssets
$this->filesystem = $filesystem;
}
public function handle(\App\Events\PluginVersionChanged $event)
public function handle($event)
{
$plugin = $event->plugin;
$dir = public_path('plugins/'.$plugin->name);