@@ -34,7 +34,7 @@ |
||
34 | 34 | public function register() |
35 | 35 | { |
36 | 36 | $this->app['command.tail'] = $this->app->share( |
37 | - function ($app) { |
|
37 | + function($app) { |
|
38 | 38 | return new TailCommand(); |
39 | 39 | } |
40 | 40 | ); |
@@ -93,7 +93,7 @@ |
||
93 | 93 | { |
94 | 94 | $output = $this->output; |
95 | 95 | |
96 | - (new Process($command))->setTimeout(null)->run(function ($type, $line) use ($output) { |
|
96 | + (new Process($command))->setTimeout(null)->run(function($type, $line) use ($output) { |
|
97 | 97 | $output->write($line); |
98 | 98 | }); |
99 | 99 | } |