Skip to content

Commit 69f4346

Browse files
committed
Small fix on executeProcess command
1 parent a294a4f commit 69f4346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function handle()
5656
}
5757

5858
$this->line(' Publishing elFinder assets');
59-
$this->executeProcess(['php', 'artisan', 'elfinder:publish']);
59+
$this->executeArtisanProcess('elfinder:publish');
6060

6161
$this->line(' Publishing custom elfinder views');
6262
$this->executeArtisanProcess('vendor:publish', [

0 commit comments

Comments
 (0)