Files

18 lines
257 B
PHP
Raw Permalink Normal View History

2025-11-07 09:56:20 +08:00
<?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';
}