We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552196d commit bcebf90Copy full SHA for bcebf90
config/services/repositories.yml
@@ -21,6 +21,11 @@ services:
21
arguments:
22
- PhpList\Core\Domain\Identity\Model\AdministratorToken
23
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
+
29
PhpList\Core\Domain\Subscription\Repository\SubscriberListRepository:
30
parent: PhpList\Core\Domain\Common\Repository\AbstractRepository
31
0 commit comments