@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | */ |
58 | 58 | public function condition() |
59 | 59 | { |
60 | - return $this->queries->map(function ($query) { |
|
60 | + return $this->queries->map(function($query) { |
|
61 | 61 | return [$query['method'] => $query['arguments']]; |
62 | 62 | })->toArray(); |
63 | 63 | } |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | public function asDefault() |
85 | 85 | { |
86 | 86 | if (!request()->input('_scope_')) { |
87 | - request()->merge(['_scope_' => $this->key,]); |
|
87 | + request()->merge(['_scope_' => $this->key, ]); |
|
88 | 88 | } |
89 | 89 | return $this; |
90 | 90 | } |