@@ -42,7 +42,7 @@ |
||
42 | 42 | // $this->line(' Installing backpack/generators'); |
43 | 43 | $command = 'php -v && composer show | grep "backpack\|laravel/framework" && mysql --version'; |
44 | 44 | $process = new Process($command, null, null, null, 60, null); |
45 | - $process->run(function ($type, $buffer) { |
|
45 | + $process->run(function($type, $buffer) { |
|
46 | 46 | if (Process::ERR === $type) { |
47 | 47 | $this->line($buffer); |
48 | 48 | } else { |