Files
fast_response/superadmin/application/admin/controller/Development.php
meimei 7292199a54 fixed
2025-04-22 14:31:04 +08:00

11 lines
193 B
PHP

<?php
namespace app\admin\controller;
use app\common\controller\Backend;
class Development extends Backend
{
public function getdetails()
{
return $this->view->fetch();
}
}