mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 14:52:47 +08:00
修正 命名空间大小写
修正 扩展控制器目录位置
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace Think\Storage\Driver;
|
||||
use Think\Storage;
|
||||
namespace think\storage\driver;
|
||||
use think\storage;
|
||||
|
||||
// 本地文件写入存储类
|
||||
class File extends Storage{
|
||||
|
||||
|
||||
@@ -8,8 +8,9 @@
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: luofei614 <weibo.com/luofei614>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace Think\Storage\Driver;
|
||||
use Think\Storage;
|
||||
namespace think\storage\driver;
|
||||
use think\storage;
|
||||
|
||||
// SAE环境文件写入存储类
|
||||
class Sae extends Storage{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user