Skip to content

Commit

Permalink
update operator symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nafplann authored Apr 19, 2018
1 parent c8ee2ce commit 51edd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Query
'<=' => 'lessThanOrEqualTo',
'in' => 'containedIn',
'%%' => 'matches',
'%s' => 'startsWith',
's%' => 'endsWith'
'%.' => 'startsWith',
'.%' => 'endsWith'
];

/**
Expand Down

0 comments on commit 51edd28

Please sign in to comment.