Skip to content

Commit 02ae958

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 6a93e6d commit 02ae958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Console/Commands/Install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ public function handle()
104104
}
105105

106106
$this->line(' Publishing elFinder assets');
107-
$this->executeProcess(['php','artisan','elfinder:publish']);
108-
107+
$this->executeProcess(['php', 'artisan', 'elfinder:publish']);
108+
109109
$this->line(' Publishing custom elfinder views');
110110
$this->executeArtisanProcess('vendor:publish', [
111111
'--provider' => 'Backpack\CRUD\BackpackServiceProvider',

0 commit comments

Comments
 (0)