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.

20 lines
312 B

<?php
/**
* Created by PhpStorm.
* User: Wind
* Date: 2017/10/20
* Time: 16:09
*/
namespace app\common\controller;
use think\Config;
use think\Controller;
class Base extends Controller
{
public function _initialize()
{
parent::_initialize(); // TODO: Change the autogenerated stub
}
}