EndpointProvider.php 321 B

123456789101112131415161718
  1. <?php
  2. namespace AlibabaCloud\Client\Regions;
  3. use AlibabaCloud\Client\Traits\EndpointTrait;
  4. /**
  5. * Class EndpointProvider
  6. *
  7. * @package AlibabaCloud\Client\Regions
  8. *
  9. * @deprecated deprecated since version 2.0, Use AlibabaCloud instead.
  10. * @codeCoverageIgnore
  11. */
  12. class EndpointProvider
  13. {
  14. use EndpointTrait;
  15. }