@@ -5,6 +5,5 @@ |
||
5 | 5 | use Bludata\Doctrine\ORM\Repositories\BaseRepository; |
6 | 6 | use LaravelSeed\Contracts\Repositories\RotaRepositoryContract; |
7 | 7 | |
8 | -class RotaRepository extends BaseRepository implements RotaRepositoryContract |
|
9 | -{ |
|
8 | +class RotaRepository extends BaseRepository implements RotaRepositoryContract { |
|
10 | 9 | } |
@@ -6,8 +6,7 @@ |
||
6 | 6 | use Bludata\Doctrine\Common\Contracts\RepositoryContract; |
7 | 7 | use Doctrine\ORM\Query; |
8 | 8 | |
9 | -class QueryWorker implements QueryWorkerContract |
|
10 | -{ |
|
9 | +class QueryWorker implements QueryWorkerContract { |
|
11 | 10 | const CUSTOM_FILTERS_KEY = 'custom'; |
12 | 11 | const DEFAULT_TABLE_ALIAS = 't'; |
13 | 12 |
@@ -9,8 +9,7 @@ |
||
9 | 9 | use Doctrine\ORM\EntityRepository; |
10 | 10 | use Doctrine\ORM\Mapping\ClassMetadata; |
11 | 11 | |
12 | -abstract class BaseRepository extends EntityRepository implements RepositoryContract |
|
13 | -{ |
|
12 | +abstract class BaseRepository extends EntityRepository implements RepositoryContract { |
|
14 | 13 | public function getEntityManager(): EntityManager |
15 | 14 | { |
16 | 15 | return parent::getEntityManager(); |