Commit 21081f7a authored by Jens Segers's avatar Jens Segers

Removed old line

parent 679807ce
...@@ -24,7 +24,6 @@ class Query extends \Illuminate\Database\Query\Builder { ...@@ -24,7 +24,6 @@ class Query extends \Illuminate\Database\Query\Builder {
'<=' => '$lte', '<=' => '$lte',
'>' => '$gt', '>' => '$gt',
'>=' => '$gte', '>=' => '$gte',
'exists' => '$exists',
); );
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment