|
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: shenyang
|
|
* Date: 2018/7/17
|
|
* Time: 下午5:45
|
|
*/
|
|
|
|
namespace app\backend\modules\route\controllers;
|
|
|
|
use app\common\components\BaseController;
|
|
|
|
class IndexController extends BaseController
|
|
{
|
|
public function index()
|
|
{
|
|
dd(1);
|
|
}
|
|
} |