@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | private function offerPublishing(): void |
40 | 40 | { |
41 | - if (! $this->app->runningInConsole()) { |
|
41 | + if ( ! $this->app->runningInConsole()) { |
|
42 | 42 | return; |
43 | 43 | } |
44 | 44 |