linwu преди 2 години
родител
ревизия
e902dfc6c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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');
 });