初始化仓库
This commit is contained in:
18
vendor/alibabacloud/client/src/Regions/EndpointProvider.php
vendored
Normal file
18
vendor/alibabacloud/client/src/Regions/EndpointProvider.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace AlibabaCloud\Client\Regions;
|
||||
|
||||
use AlibabaCloud\Client\Traits\EndpointTrait;
|
||||
|
||||
/**
|
||||
* Class EndpointProvider
|
||||
*
|
||||
* @package AlibabaCloud\Client\Regions
|
||||
*
|
||||
* @deprecated deprecated since version 2.0, Use AlibabaCloud instead.
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class EndpointProvider
|
||||
{
|
||||
use EndpointTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user