]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Repository/UserRepository.php
Rename Repository/EntityRepository in Repository
[userbundle] / Repository / UserRepository.php
index da5952fa5a05bba066c634e3740f5ddc10e7c072..db4d84e5cdff0e32df9b54f17ff0203f979b5539 100644 (file)
@@ -16,10 +16,12 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
 use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
 use Symfony\Component\Security\Core\User\PasswordUpgraderInterface;
 
+use Rapsys\UserBundle\Repository;
+
 /**
  * UserRepository
  */
-class UserRepository extends EntityRepository implements PasswordUpgraderInterface {
+class UserRepository extends Repository implements PasswordUpgraderInterface {
        /**
         * Find user count as int
         *