Commit dca0a9db authored by hussainweb's avatar hussainweb Committed by Jens Segers

Change access specifier on $operators property to match Laravel base query builder class (#1086)

Fixes #1077
parent 4490bca4
...@@ -60,7 +60,7 @@ class Builder extends BaseBuilder ...@@ -60,7 +60,7 @@ class Builder extends BaseBuilder
* *
* @var array * @var array
*/ */
protected $operators = [ public $operators = [
'=', '<', '>', '<=', '>=', '<>', '!=', '=', '<', '>', '<=', '>=', '<>', '!=',
'like', 'not like', 'between', 'ilike', 'like', 'not like', 'between', 'ilike',
'&', '|', '^', '<<', '>>', '&', '|', '^', '<<', '>>',
......
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