From 15f988f04dd80a3a5ec64d4e5b7f69161a5372be Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 12 Aug 2019 17:48:40 +0800 Subject: [PATCH] Fix test --- app/Listeners/CopyPluginAssets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/CopyPluginAssets.php b/app/Listeners/CopyPluginAssets.php index d74366f3..2ff478ea 100644 --- a/app/Listeners/CopyPluginAssets.php +++ b/app/Listeners/CopyPluginAssets.php @@ -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);