@@ -14,8 +14,8 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | class ModuleRepository extends ServiceEntityRepository |
| 16 | 16 | { |
| 17 | - public function __construct(ManagerRegistry $registry) |
|
| 18 | - { |
|
| 17 | + public function __construct(ManagerRegistry $registry) |
|
| 18 | + { |
|
| 19 | 19 | parent::__construct($registry, Config::class); |
| 20 | - } |
|
| 20 | + } |
|
| 21 | 21 | } |