Skip to content

Commit 4e0388d

Browse files
committed
Fix config
1 parent 552196d commit 4e0388d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/services/repositories.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ services:
2121
arguments:
2222
- PhpList\Core\Domain\Identity\Model\AdministratorToken
2323

24+
PhpList\Core\Domain\Identity\Repository\AdminPasswordRequestRepository:
25+
parent: PhpList\Core\Domain\Common\Repository\AbstractRepository
26+
arguments:
27+
- PhpList\Core\Domain\Identity\Model\AdminPasswordRequest
28+
2429
PhpList\Core\Domain\Subscription\Repository\SubscriberListRepository:
2530
parent: PhpList\Core\Domain\Common\Repository\AbstractRepository
2631
arguments:

0 commit comments

Comments
 (0)