mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02: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