weich 2 yıl önce
ebeveyn
işleme
14f139781a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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');