fix : User 모델 경로 오류로 인해 User 모델만 밖으로 이동

This commit is contained in:
2025-07-29 13:33:07 +09:00
parent 1942f51cf7
commit 2b82483f64
25 changed files with 29 additions and 24 deletions

View File

@@ -4,6 +4,7 @@
use App\Models\Commons\Role;
use App\Models\Tenants\Tenant;
use App\Models\User;
use App\Traits\BelongsToTenant;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;