diff --git a/src/Serverfireteam/Panel/Commands/PanelCommand.php b/src/Serverfireteam/Panel/Commands/PanelCommand.php index 4b7e16b..f111f33 100644 --- a/src/Serverfireteam/Panel/Commands/PanelCommand.php +++ b/src/Serverfireteam/Panel/Commands/PanelCommand.php @@ -39,7 +39,7 @@ public function fire() $this->call('elfinder:publish'); - $this->call('vendor:publish', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider')); + $this->call('vendor:publish'); $this->call('migrate', array('--path' => 'vendor/serverfireteam/panel/src/database/migrations'));