Skip to content

Commit 6dfaaf3

Browse files
authored
Merge pull request #4733 from Laravel-Backpack/fix-4732
fix #4732 - Process missing in Install command
2 parents 692f1f4 + e98ad7c commit 6dfaaf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/Console/Commands/Install.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Illuminate\Support\Facades\Hash;
99
use Illuminate\Support\Str;
1010
use Symfony\Component\Console\Output\OutputInterface;
11+
use Symfony\Component\Process\Process;
1112

1213
class Install extends Command
1314
{

0 commit comments

Comments
 (0)