Skip to content

Commit dca0a9d

Browse files
hussainwebjenssegers
authored andcommitted
Change access specifier on $operators property to match Laravel base query builder class (#1086)
Fixes #1077
1 parent 4490bca commit dca0a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Builder extends BaseBuilder
6060
*
6161
* @var array
6262
*/
63-
protected $operators = [
63+
public $operators = [
6464
'=', '<', '>', '<=', '>=', '<>', '!=',
6565
'like', 'not like', 'between', 'ilike',
6666
'&', '|', '^', '<<', '>>',

0 commit comments

Comments
 (0)