From ce3dbb8fba71cb89c00b11688a6c68a4d05a6fe8 Mon Sep 17 00:00:00 2001 From: JM Versteeg Date: Sat, 15 Apr 2017 01:47:32 +0200 Subject: [PATCH] update vendor:publish command invokation to only publish panel package assets --- src/Serverfireteam/Panel/Commands/PanelCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Serverfireteam/Panel/Commands/PanelCommand.php b/src/Serverfireteam/Panel/Commands/PanelCommand.php index f111f33..4b7e16b 100644 --- a/src/Serverfireteam/Panel/Commands/PanelCommand.php +++ b/src/Serverfireteam/Panel/Commands/PanelCommand.php @@ -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'));