@@ -14,11 +14,11 @@ |
||
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 |