Fix test
This commit is contained in:
parent
3071ece7ba
commit
15f988f04d
|
|
@ -16,7 +16,7 @@ class CopyPluginAssets
|
||||||
$this->filesystem = $filesystem;
|
$this->filesystem = $filesystem;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function handle(\App\Events\PluginVersionChanged $event)
|
public function handle($event)
|
||||||
{
|
{
|
||||||
$plugin = $event->plugin;
|
$plugin = $event->plugin;
|
||||||
$dir = public_path('plugins/'.$plugin->name);
|
$dir = public_path('plugins/'.$plugin->name);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user