Files
im/plugin/admin/app/controller/ArticleController.php
T

18 lines
257 B
PHP
Raw 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';
}