Skip to content

Commit 0f86b3e

Browse files
author
Serverfire
authored
Update PanelCommand.php
1 parent 7e9d022 commit 0f86b3e

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', array('--provider' => '\Serverfireteam\Panel\PanelServiceProvider'));
42+
$this->call('vendor:publish');
4343

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

0 commit comments

Comments
 (0)