Explorar o código

大小写问题

linwu %!s(int64=2) %!d(string=hai) anos
pai
achega
e902dfc6c2
Modificáronse 1 ficheiros con 1 adicións e 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');
 });