From 6b722b7ed72ad0490eb57a5ff1e91a94d9d1efee Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 21 Jan 2026 06:13:29 +0000 Subject: [PATCH] =?UTF-8?q?fix(ai):=20=E4=BF=AE=E6=AD=A3=20AiTaskLoopTask?= =?UTF-8?q?=20=E4=B8=AD=20Apps=20=E7=B1=BB=E7=9A=84=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit App\Models\Apps -> App\Module\Apps Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- app/Tasks/AiTaskLoopTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Tasks/AiTaskLoopTask.php b/app/Tasks/AiTaskLoopTask.php index 6c1c37f11..1421e6a04 100644 --- a/app/Tasks/AiTaskLoopTask.php +++ b/app/Tasks/AiTaskLoopTask.php @@ -2,7 +2,7 @@ namespace App\Tasks; -use App\Models\Apps; +use App\Module\Apps; use App\Models\ProjectTask; use App\Models\ProjectTaskAiEvent; use App\Module\Base;