Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unnecesary exception form repository
removed `UsernameNotFoundException` form repository as this logic does not belong to repository and also it is duplicated. exception is already thrown on proper place if no user is found: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php#L60
- Loading branch information