2019-12-18 18:54:01 +08:00
|
|
|
|
<?php
|
2020-09-11 18:19:06 +08:00
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | CatchAdmin [Just Like ~ ]
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Copyright (c) 2017~{$year} http://catchadmin.com All rights reserved.
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
|
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
|
// | Author: JaguarJack [ njphper@gmail.com ]
|
|
|
|
|
// +----------------------------------------------------------------------
|
2019-12-18 18:54:01 +08:00
|
|
|
|
|
2020-09-11 18:19:06 +08:00
|
|
|
|
// you should use `$router`
|
2021-04-01 18:39:11 +08:00
|
|
|
|
/* @var think\Route $router */
|
|
|
|
|
|
2020-06-25 09:25:02 +08:00
|
|
|
|
$router->group(function () use ($router){
|
2020-09-11 18:19:06 +08:00
|
|
|
|
})->middleware('auth');
|
2019-12-18 18:54:01 +08:00
|
|
|
|
|