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

@@ -2,7 +2,7 @@
namespace App\Http\Middleware;
use App\Models\Members\User;
use App\Models\User;
use Closure;
use Illuminate\Auth\AuthenticationException;
use Illuminate\Http\Request;