모바일자동검증 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-12 16:07:07 +09:00
parent b164c5b409
commit 2e0130a6dc
4 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Models\v2;
use CodeIgniter\Model;
class M711Model extends Model
{
}