1 | <?php |
||
2 | |||
3 | namespace AlibabaCloud\Client\Regions; |
||
4 | |||
5 | use AlibabaCloud\Client\Traits\EndpointTrait; |
||
6 | |||
7 | /** |
||
8 | * Class EndpointProvider |
||
9 | * |
||
10 | * @package AlibabaCloud\Client\Regions |
||
11 | * |
||
12 | * @deprecated deprecated since version 2.0, Use AlibabaCloud instead. |
||
13 | * @codeCoverageIgnore |
||
14 | */ |
||
15 | class EndpointProvider |
||
16 | { |
||
17 | use EndpointTrait; |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
18 | } |
||
19 |