- 优化路由

v6
Chaim 4 years ago
parent bbd21fae46
commit 40576b74dc

@ -1,25 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | ThinkLibrary 6.0 for ThinkPhP 6.0
// +----------------------------------------------------------------------
// | 版权所有 2017~2020 [ https://www.dtapp.net ]
// +----------------------------------------------------------------------
// | 官方网站: https://gitee.com/liguangchun/ThinkLibrary
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | gitee 仓库地址 https://gitee.com/liguangchun/ThinkLibrary
// | github 仓库地址 https://github.com/GC0202/ThinkLibrary
// | Packagist 地址 https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\aliyun\oss;
use DtApp\ThinkLibrary\Service;
class ObjectService extends Service
{
}

@ -14,11 +14,11 @@
// | Packagist 地址 https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\aliyun\oss;
namespace DtApp\ThinkLibrary\service\aliyun;
use DtApp\ThinkLibrary\Service;
class BucketService extends Service
class OssService extends Service
{
}
Loading…
Cancel
Save