Skip to content

Commit

Permalink
Update PanelCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo authored Jul 10, 2017
1 parent 7e9d022 commit 0f86b3e
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', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider'));
$this->call('vendor:publish');

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

Expand Down

0 comments on commit 0f86b3e

Please sign in to comment.