@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * @return \Zing\QueryBuilder\QueryBuilder |
44 | 44 | */ |
45 | - public static function for($baseQuery, Request $request) |
|
45 | + public static function for ($baseQuery, Request $request) |
|
46 | 46 | { |
47 | 47 | if (is_string($baseQuery)) { |
48 | 48 | $baseQuery = $baseQuery::query(); |
@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | protected function isRelationProperty(Builder $query, string $property): bool |
28 | 28 | { |
29 | - if (! Str::contains($property, '.')) { |
|
29 | + if (!Str::contains($property, '.')) { |
|
30 | 30 | return false; |
31 | 31 | } |
32 | 32 |