Files
commie c153975eed 7
2026-01-08 05:42:44 +08:00

18 lines
257 B
PHP
Executable File

<?php
namespace plugin\admin\app\controller;
use support\Request;
use support\Response;
use support\think\Db;
/**
* 内容管理
*
* @icon fa fa-circle-o
*/
class ArticleController extends ArchivesController
{
protected $type = 'article';
}