모바일자동검증 추가
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,18 @@
<?php
namespace App\Controllers\V2;
use App\Controllers\BaseController;
class M711 extends BaseController
{
public function __construct()
{
}
public function lists(): string
{
return view("pages/v2/m711/lists", $this->data);
}
}