We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a93e6d commit 02ae958Copy full SHA for 02ae958
src/app/Console/Commands/Install.php
@@ -104,8 +104,8 @@ public function handle()
104
}
105
106
$this->line(' Publishing elFinder assets');
107
- $this->executeProcess(['php','artisan','elfinder:publish']);
108
-
+ $this->executeProcess(['php', 'artisan', 'elfinder:publish']);
+
109
$this->line(' Publishing custom elfinder views');
110
$this->executeArtisanProcess('vendor:publish', [
111
'--provider' => 'Backpack\CRUD\BackpackServiceProvider',
0 commit comments