We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9d022 commit 0f86b3eCopy full SHA for 0f86b3e
src/Serverfireteam/Panel/Commands/PanelCommand.php
@@ -39,7 +39,7 @@ public function fire()
39
40
$this->call('elfinder:publish');
41
42
- $this->call('vendor:publish', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider'));
+ $this->call('vendor:publish');
43
44
$this->call('migrate', array('--path' => 'vendor/serverfireteam/panel/src/database/migrations'));
45
0 commit comments