Skip to content

Commit

Permalink
add_listUsers: Make doesUserMatch private
Browse files Browse the repository at this point in the history
  • Loading branch information
mtompset committed Aug 28, 2019
1 parent 33da5e2 commit e851a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilMock/Google/Service/Directory/UsersResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public function listUsers($parameters = [])
return $results;
}

public function doesUserMatch($entry, $query = '')
private function doesUserMatch($entry, $query = '')
{
if ($query==='') {
return true;
Expand Down

0 comments on commit e851a2f

Please sign in to comment.