fix(Phase 2): SeatTemplate extends Base controller for proper auth

refactor/vr-ticket-20260416
Council 2026-04-15 13:08:46 +08:00
parent ad2eb780e4
commit 3949f91622
1 changed files with 6 additions and 1 deletions

View File

@ -7,8 +7,13 @@
namespace app\plugins\vr_ticket\admin\controller; namespace app\plugins\vr_ticket\admin\controller;
class SeatTemplate class SeatTemplate extends Base
{ {
public function __construct()
{
parent::__construct();
}
/** /**
* 座位模板列表 * 座位模板列表
*/ */