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

@@ -3,6 +3,7 @@
namespace App\Models\Members;
use App\Models\Commons\Menu;
use App\Models\User;
use Illuminate\Database\Eloquent\Model;
class UserMenuPermission extends Model