From ec032b91a310616d1c67255fc7257f6886bfde4e Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Fri, 9 Jun 2023 17:53:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4=E6=B2=A1=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/DialogController.php | 3 --- app/Http/Controllers/Api/FileController.php | 1 - 2 files changed, 4 deletions(-) diff --git a/app/Http/Controllers/Api/DialogController.php b/app/Http/Controllers/Api/DialogController.php index 51fef5486..c7e1f93a1 100755 --- a/app/Http/Controllers/Api/DialogController.php +++ b/app/Http/Controllers/Api/DialogController.php @@ -9,12 +9,9 @@ use Carbon\Carbon; use App\Models\File; use App\Models\User; use App\Module\Base; -use App\Models\Deleted; use App\Module\TimeRange; use App\Models\FileContent; -use App\Models\ProjectTask; use App\Models\AbstractModel; -use App\Models\ProjectTaskFile; use App\Models\WebSocketDialog; use App\Models\WebSocketDialogMsg; use App\Models\WebSocketDialogUser; diff --git a/app/Http/Controllers/Api/FileController.php b/app/Http/Controllers/Api/FileController.php index 052df1432..f50b577eb 100755 --- a/app/Http/Controllers/Api/FileController.php +++ b/app/Http/Controllers/Api/FileController.php @@ -12,7 +12,6 @@ use App\Models\User; use App\Module\Base; use App\Module\Ihttp; use Carbon\Carbon; -use Illuminate\Support\Facades\DB; use Redirect; use Request;