Explorar el Código

大小写问题

linwu hace 2 años
padre
commit
e902dfc6c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 });