weich 3 년 전
부모
커밋
14f139781a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      catch/wind/route.php

+ 1 - 1
catch/wind/route.php

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