Passed
Pull Request — master (#48)
by Zing
16:02
created
src/QueryBuilderServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 {
14 14
     public function boot(): void
15 15
     {
16
-        if (! $this->app->runningInConsole()) {
16
+        if (!$this->app->runningInConsole()) {
17 17
             return;
18 18
         }
19 19
 
20
-        if (! $this->app instanceof Laravel) {
20
+        if (!$this->app instanceof Laravel) {
21 21
             return;
22 22
         }
23 23
 
Please login to merge, or discard this patch.