File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -65,3 +65,23 @@ services:
65
65
parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
66
66
arguments :
67
67
- PhpList\Core\Domain\Configuration\Model\Config
68
+
69
+ PhpList\Core\Domain\Messaging\Repository\UserMessageBounceRepository :
70
+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
71
+ arguments :
72
+ - PhpList\Core\Domain\Messaging\Model\UserMessageBounce
73
+
74
+ PhpList\Core\Domain\Messaging\Repository\UserMessageForwardRepository :
75
+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
76
+ arguments :
77
+ - PhpList\Core\Domain\Messaging\Model\UserMessageForward
78
+
79
+ PhpList\Core\Domain\Analytics\Repository\LinkTrackRepository :
80
+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
81
+ arguments :
82
+ - PhpList\Core\Domain\Analytics\Model\LinkTrack
83
+
84
+ PhpList\Core\Domain\Analytics\Repository\UserMessageViewRepository :
85
+ parent : PhpList\Core\Domain\Common\Repository\AbstractRepository
86
+ arguments :
87
+ - PhpList\Core\Domain\Analytics\Model\UserMessageView
You can’t perform that action at this time.
0 commit comments