File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,7 @@ services:
6767 PhpList\Core\Domain\Messaging\Service\Manager\ListMessageManager :
6868 autowire : true
6969 autoconfigure : true
70+
71+ PhpList\Core\Domain\Subscription\Service\Manager\SubscriberBlacklistManager :
72+ autowire : true
73+ autoconfigure : true
Original file line number Diff line number Diff line change @@ -110,3 +110,13 @@ services:
110110 parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
111111 arguments :
112112 - PhpList\Core\Domain\Messaging\Model\ListMessage
113+
114+ PhpList\Core\Domain\Subscription\Repository\UserBlacklistRepository :
115+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
116+ arguments :
117+ - PhpList\Core\Domain\Messaging\Model\ListMessage
118+
119+ PhpList\Core\Domain\Subscription\Repository\UserBlacklistDataRepository :
120+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
121+ arguments :
122+ - PhpList\Core\Domain\Messaging\Model\ListMessage
You can’t perform that action at this time.
0 commit comments