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.
2 parents 93d003a + ce3dbb8 commit 1d5c9fcCopy full SHA for 1d5c9fc
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');
+ $this->call('vendor:publish', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider'));
43
44
$this->call('migrate', array('--path' => 'vendor/serverfireteam/panel/src/database/migrations'));
45
0 commit comments