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

This reverts commit 2b82483f64.
This commit is contained in:
2025-07-29 16:04:28 +09:00
parent 2b82483f64
commit 7d607471b8
25 changed files with 24 additions and 29 deletions

View File

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