1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace plugin\admin\app\controller;
|
||||
|
||||
use support\Request;
|
||||
use support\Response;
|
||||
use support\think\Db;
|
||||
|
||||
/**
|
||||
* 单页管理
|
||||
*
|
||||
* @icon fa fa-circle-o
|
||||
*/
|
||||
class SinglePageController extends ArchivesController
|
||||
{
|
||||
protected $type = 'page';
|
||||
protected $tpl = 'singlepage';
|
||||
protected $relationSearch = [];
|
||||
}
|
||||
Reference in New Issue
Block a user