for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlphaSnow\AliyunOssThink;
use think\Facade as BaseFacade;
/**
* @see \OSS\OssClient
*/
class AliyunOssClient extends BaseFacade
{
* @return string
protected static function getFacadeAccessor()
return 'aliyun-oss.client';
}