From ef4a894cbcf502da17eb4c8ac310ed768756d7d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Thu, 29 Jan 2026 16:28:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20TenantUserProfile=20=EB=AA=A8=EB=8D=B8?= =?UTF-8?q?=20Eloquent=20Model=20import=20=EB=88=84=EB=9D=BD=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- app/Models/Tenants/TenantUserProfile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Tenants/TenantUserProfile.php b/app/Models/Tenants/TenantUserProfile.php index 1cf15a4..4d4763b 100644 --- a/app/Models/Tenants/TenantUserProfile.php +++ b/app/Models/Tenants/TenantUserProfile.php @@ -4,6 +4,7 @@ use App\Models\Members\User; use App\Traits\Auditable; +use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; /**