From c9e37f4338ba0594803f77a4610d2e884802837d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Fri, 30 Jan 2026 12:00:13 +0900 Subject: [PATCH] =?UTF-8?q?fix(API):=20Schedule=20=EB=AA=A8=EB=8D=B8=20Bui?= =?UTF-8?q?lder=20import=20=EB=88=84=EB=9D=BD=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=BA=98=EB=A6=B0=EB=8D=94/=ED=98=84=ED=99=A9=ED=8C=90=20500?= =?UTF-8?q?=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - scopeForTenant 등 스코프 메서드에서 Builder 타입힌트 사용하나 import 누락 - CalendarService, StatusBoardService에서 forTenant() 호출 시 500 발생 Co-Authored-By: Claude Opus 4.5 --- app/Models/Tenants/Schedule.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Tenants/Schedule.php b/app/Models/Tenants/Schedule.php index 60eb371..804425e 100644 --- a/app/Models/Tenants/Schedule.php +++ b/app/Models/Tenants/Schedule.php @@ -4,6 +4,7 @@ use App\Models\Members\User; use App\Traits\Auditable; +use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; use Illuminate\Database\Eloquent\SoftDeletes;