mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-16 22:02:59 +00:00
Refactored Repositories
This commit is contained in:
@@ -2,11 +2,9 @@
|
||||
|
||||
namespace App\Repository;
|
||||
|
||||
use Doctrine\ORM\EntityRepository;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
class UserRepository extends EntityRepository
|
||||
final class UserRepository extends AbstractRepository
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user