for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AlphaSnow\AliyunOss;
use think\Facade;
class AliyunOss extends Facade
{
protected static function getFacadeClass()
return 'aliyun.oss.filesystem';
}