|
1 | 1 | services: |
2 | | - PhpList\PhpList4\Domain\Repository\Identity\AdministratorRepository: |
3 | | - parent: PhpList\PhpList4\Domain\Repository |
| 2 | + PhpList\Core\Domain\Repository\Identity\AdministratorRepository: |
| 3 | + parent: PhpList\Core\Domain\Repository |
4 | 4 | arguments: |
5 | | - - PhpList\PhpList4\Domain\Model\Identity\Administrator |
| 5 | + - PhpList\Core\Domain\Model\Identity\Administrator |
6 | 6 |
|
7 | | - PhpList\PhpList4\Domain\Repository\Identity\AdministratorTokenRepository: |
8 | | - parent: PhpList\PhpList4\Domain\Repository |
| 7 | + PhpList\Core\Domain\Repository\Identity\AdministratorTokenRepository: |
| 8 | + parent: PhpList\Core\Domain\Repository |
9 | 9 | arguments: |
10 | | - - PhpList\PhpList4\Domain\Model\Identity\AdministratorToken |
| 10 | + - PhpList\Core\Domain\Model\Identity\AdministratorToken |
11 | 11 |
|
12 | | - PhpList\PhpList4\Domain\Repository\Messaging\SubscriberListRepository: |
13 | | - parent: PhpList\PhpList4\Domain\Repository |
| 12 | + PhpList\Core\Domain\Repository\Messaging\SubscriberListRepository: |
| 13 | + parent: PhpList\Core\Domain\Repository |
14 | 14 | arguments: |
15 | | - - PhpList\PhpList4\Domain\Model\Messaging\SubscriberList |
| 15 | + - PhpList\Core\Domain\Model\Messaging\SubscriberList |
16 | 16 |
|
17 | | - PhpList\PhpList4\Domain\Repository\Subscription\SubscriberRepository: |
18 | | - parent: PhpList\PhpList4\Domain\Repository |
| 17 | + PhpList\Core\Domain\Repository\Subscription\SubscriberRepository: |
| 18 | + parent: PhpList\Core\Domain\Repository |
19 | 19 | arguments: |
20 | | - - PhpList\PhpList4\Domain\Model\Subscription\Subscriber |
| 20 | + - PhpList\Core\Domain\Model\Subscription\Subscriber |
21 | 21 |
|
22 | | - PhpList\PhpList4\Domain\Repository\Subscription\SubscriptionRepository: |
23 | | - parent: PhpList\PhpList4\Domain\Repository |
| 22 | + PhpList\Core\Domain\Repository\Subscription\SubscriptionRepository: |
| 23 | + parent: PhpList\Core\Domain\Repository |
24 | 24 | arguments: |
25 | | - - PhpList\PhpList4\Domain\Model\Subscription\Subscription |
| 25 | + - PhpList\Core\Domain\Model\Subscription\Subscription |
0 commit comments