You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
286 B
19 lines
286 B
<?php
|
|
|
|
namespace app\store\controller\setting;
|
|
|
|
use app\store\controller\Controller;
|
|
|
|
/**
|
|
* 设置-帮助信息
|
|
* Class Help
|
|
* @package app\store\controller\setting
|
|
*/
|
|
class Help extends Controller
|
|
{
|
|
public function tplMsg()
|
|
{
|
|
return $this->fetch('tplMsg');
|
|
}
|
|
|
|
}
|