Skip to content

Commit

Permalink
expose find user by login method
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjgreen committed Apr 21, 2015
1 parent 1906f31 commit 8d3d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phroute/Authentic/Authenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ private function storeAuthToken(UserInterface $user, $remember = false)
* @param $login
* @return UserInterface
*/
private function findUserByLogin($login)
public function findUserByLogin($login)
{
if(!$user = $this->userRepository->findByLogin($login))
{
Expand Down

0 comments on commit 8d3d9dd

Please sign in to comment.