diff --git a/app/common/controller/Upload.php b/app/common/controller/Upload.php index d7829f5..e2cb1d9 100644 --- a/app/common/controller/Upload.php +++ b/app/common/controller/Upload.php @@ -7,6 +7,7 @@ namespace app\common\controller; use app\BaseController; use app\enterprise\model\{File as FileModel,Message,User,Emoji}; +use app\manage\model\{Config}; use think\facade\Filesystem; use think\facade\Request; use think\File;