Skip to content

Commit

Permalink
Merge pull request #4 from strebl/develop
Browse files Browse the repository at this point in the history
Merge pull request into master
  • Loading branch information
strebl committed May 26, 2015
2 parents fdcd4be + 0626392 commit 2236f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ccovey/LdapAuth/LdapAuthUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function updateRememberToken(UserContract $user, $token)
public function retrieveByCredentials(array $credentials)
{
if ( ! $user = $credentials[$this->getUsernameField()] ) {
throw new InvalidArgumentException;
throw new \InvalidArgumentException;
}

//recursive groups fix
Expand Down

0 comments on commit 2236f47

Please sign in to comment.