fix(Phase 2): SeatTemplate extends Base controller for proper auth
parent
ad2eb780e4
commit
3949f91622
|
|
@ -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();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 座位模板列表
|
* 座位模板列表
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue