|
2 | 2 |
|
3 | 3 | namespace IXDomainRobot; |
4 | 4 |
|
5 | | -use IXDomainRobot\Service\CertificateService; |
6 | 5 | use IXDomainRobot\Lib\DomainRobotConfig; |
7 | | -use IXDomainRobot\Model\Certificate; |
8 | | -use IXDomainRobot\Model\DomainEnvelopeSearchRequest; |
| 6 | +use IXDomainRobot\Service\CertificateService; |
9 | 7 | use IXDomainRobot\Service\DomainStudioService; |
10 | 8 | use IXDomainRobot\Service\DomainService; |
11 | 9 | use IXDomainRobot\Service\SslContactService; |
12 | 10 | use IXDomainRobot\Service\ContactService; |
13 | 11 | use IXDomainRobot\Service\DomainCancelationService; |
14 | 12 | use IXDomainRobot\Service\TransferOutService; |
15 | | -use IXDomainRobot\Service\TrustedAppService; |
| 13 | +use IXDomainRobot\Service\TrustedApplicationService; |
16 | 14 | use IXDomainRobot\Service\ZoneService; |
17 | 15 | use IXDomainRobot\Service\PollMessageService; |
18 | 16 |
|
@@ -88,7 +86,7 @@ class DomainRobot |
88 | 86 | /** |
89 | 87 | * Interface for all domain trustedApp related requests |
90 | 88 | * |
91 | | - * @var TrustedAppService |
| 89 | + * @var TrustedApplicationService |
92 | 90 | */ |
93 | 91 | public $trustedApp; |
94 | 92 |
|
@@ -119,7 +117,7 @@ public function __construct($domainRobotConfig = []) |
119 | 117 | $domainCancelation = new DomainCancelationService($this->domainRobotConfig); |
120 | 118 | $poll = new PollMessageService($this->domainRobotConfig); |
121 | 119 | $transferOut = new TransferOutService($this->domainRobotConfig); |
122 | | - $trustedApp = new TrustedAppService($this->domainRobotConfig); |
| 120 | + $trustedApp = new TrustedApplicationService($this->domainRobotConfig); |
123 | 121 | $zone = new ZoneService($this->domainRobotConfig); |
124 | 122 | } |
125 | 123 |
|
|
0 commit comments