model namespace 수정

This commit is contained in:
2026-01-16 15:25:34 +09:00
parent f1020d533d
commit 873061a254
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace App\Models;
namespace App\Models\Entities;
use CodeIgniter\Model;