浏览代码

fix(filesystem): 移除重复的 SixShop\Core\success_response 函数导入

runphp 1 月之前
父节点
当前提交
448dcc34b8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Controller/FileController.php

+ 0 - 1
src/Controller/FileController.php

@@ -10,7 +10,6 @@ use SixShop\Filesystem\Entity\FilesystemUserFileEntity;
 use think\facade\Event;
 use think\Request;
 use think\Response;
-use function SixShop\Core\success_response;
 
 class FileController
 {