Passed
Pull Request — master (#7)
by Бабичев
34:10 queued 08:14
created
src/VacuumServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function boot(): void
19 19
     {
20
-        if (! $this->app->runningInConsole()) {
20
+        if (!$this->app->runningInConsole()) {
21 21
             return;
22 22
         }
23 23
 
Please login to merge, or discard this patch.