|
@@ -12,5 +12,5 @@
|
|
// you should use `$router`
|
|
// you should use `$router`
|
|
$router->group(function () use ($router){
|
|
$router->group(function () use ($router){
|
|
// wind路由
|
|
// wind路由
|
|
- $router->resource('wind', '\catchAdmin\wind\controller\wind');
|
|
|
|
|
|
+ $router->resource('wind', '\catchAdmin\wind\controller\Wind');
|
|
})->middleware('auth');
|
|
})->middleware('auth');
|