Skip to content

Commit

Permalink
Merge pull request #345 from sgtlambda/only-publish-package-assets
Browse files Browse the repository at this point in the history
Only publish package assets
  • Loading branch information
AlirezaAlgo authored Apr 15, 2017
2 parents 93d003a + ce3dbb8 commit 1d5c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serverfireteam/Panel/Commands/PanelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function fire()

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

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

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

Expand Down

0 comments on commit 1d5c9fc

Please sign in to comment.