metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
209 stars 153 forks source link

Cannot declare class Metaregistrar\EPP\euridEppInfoDomainResponse, because the name is already in use #389

Closed sayoki closed 1 month ago

sayoki commented 1 month ago

Cannot declare class Metaregistrar\EPP\euridEppInfoDomainResponse, because the name is already in use

/Protocols/EPP/eppExtensions/domain-ext-2.5/eppResponses/euridEppInfoDomainResponse.php [line] => 0 )

metaregistrar commented 1 month ago

When you use parent::useExtension('domain-ext-2.5');

the classes will automatically be imported and you do not have to declare them any more.