@@ -108,7 +108,7 @@ |
||
108 | 108 | { |
109 | 109 | $operators = ['<', '<=', '=', '!=', '>=', '>']; |
110 | 110 | |
111 | - return collect($builder->wheres)->map(function ($value, $key) use ($operators) { |
|
111 | + return collect($builder->wheres)->map(function($value, $key) use ($operators) { |
|
112 | 112 | if (ends_with($key, $operators) || starts_with($value, $operators)) { |
113 | 113 | return $key.' '.$value; |
114 | 114 | } |