@@ -109,16 +109,16 @@ class DomainRobot
109109 public function __construct ($ domainRobotConfig = [])
110110 {
111111 $ this ->setDomainRobotConfig (new DomainRobotConfig ($ domainRobotConfig ));
112- $ certificate = new CertificateService ($ this ->domainRobotConfig );
113- $ domainStudio = new DomainStudioService ($ this ->domainRobotConfig );
114- $ domain = new DomainService ($ this ->domainRobotConfig );
115- $ sslContact = new SslContactService ($ this ->domainRobotConfig );
116- $ contact = new ContactService ($ this ->domainRobotConfig );
117- $ domainCancelation = new DomainCancelationService ($ this ->domainRobotConfig );
118- $ poll = new PollMessageService ($ this ->domainRobotConfig );
119- $ transferOut = new TransferOutService ($ this ->domainRobotConfig );
120- $ trustedApp = new TrustedApplicationService ($ this ->domainRobotConfig );
121- $ zone = new ZoneService ($ this ->domainRobotConfig );
112+ $ this -> certificate = new CertificateService ($ this ->domainRobotConfig );
113+ $ this -> domainStudio = new DomainStudioService ($ this ->domainRobotConfig );
114+ $ this -> domain = new DomainService ($ this ->domainRobotConfig );
115+ $ this -> sslContact = new SslContactService ($ this ->domainRobotConfig );
116+ $ this -> contact = new ContactService ($ this ->domainRobotConfig );
117+ $ this -> domainCancelation = new DomainCancelationService ($ this ->domainRobotConfig );
118+ $ this -> poll = new PollMessageService ($ this ->domainRobotConfig );
119+ $ this -> transferOut = new TransferOutService ($ this ->domainRobotConfig );
120+ $ this -> trustedApp = new TrustedApplicationService ($ this ->domainRobotConfig );
121+ $ this -> zone = new ZoneService ($ this ->domainRobotConfig );
122122 }
123123
124124 public function setDomainRobotConfig (DomainRobotConfig $ domainRobotConfig )
0 commit comments