Ver Fonte

大小写问题

linwu há 2 anos atrás
pai
commit
e902dfc6c2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -923,5 +923,5 @@ Route::group([
 Route::group([
     'prefix' =>  '/background_check',
 ], function (Router $router){
-    $router->get('/', 'Web\backgroundCheck\IndexController@index')->name('backgroundCheck.index');
+    $router->get('/', 'Web\BackgroundCheck\IndexController@index')->name('backgroundCheck.index');
 });