@@ -32,7 +32,7 @@ |
||
32 | 32 | */ |
33 | 33 | public function register() |
34 | 34 | { |
35 | - if ($this->app->runningInConsole()) { |
|
35 | + if ($this->app->runningInConsole()) { |
|
36 | 36 | $this->commands([ |
37 | 37 | TailCommand::class, |
38 | 38 | ]); |