Skip to content

Commit

Permalink
update vendor:publish command invokation to only publish panel packag…
Browse files Browse the repository at this point in the history
…e assets
  • Loading branch information
sgtlambda committed Apr 14, 2017
1 parent 93d003a commit ce3dbb8
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 ce3dbb8

Please sign in to comment.