Browse Source

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

runphp 1 tháng trước cách đây
mục cha
commit
448dcc34b8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 {