Skip to content

Commit 1d5c9fc

Browse files
authored
Merge pull request #345 from sgtlambda/only-publish-package-assets
Only publish package assets
2 parents 93d003a + ce3dbb8 commit 1d5c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serverfireteam/Panel/Commands/PanelCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function fire()
3939

4040
$this->call('elfinder:publish');
4141

42-
$this->call('vendor:publish');
42+
$this->call('vendor:publish', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider'));
4343

4444
$this->call('migrate', array('--path' => 'vendor/serverfireteam/panel/src/database/migrations'));
4545

0 commit comments

Comments
 (0)