Passed
Push — master ( 4a2c07...a97be8 )
by Zing
04:39
created
src/QueryBuilderServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@
 block discarded – undo
14 14
     {
15 15
         QueryConfiguration::setPerPage((int) config('query-builder.per_page.default'));
16 16
         QueryConfiguration::setPageName((string) config('query-builder.per_page.key'));
17
-        if (! $this->app->runningInConsole()) {
17
+        if (!$this->app->runningInConsole()) {
18 18
             return;
19 19
         }
20 20
 
21
-        if (! $this->app instanceof Laravel) {
21
+        if (!$this->app instanceof Laravel) {
22 22
             return;
23 23
         }
24 24
 
Please login to merge, or discard this patch.