Completed
Pull Request — master (#300)
by Cristian
02:36
created
src/app/Console/Commands/Version.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.