From 5dcf9fbb504b7859653c7f48d990d1c9fac6e6c3 Mon Sep 17 00:00:00 2001 From: ajsy <35658596+ajsy@users.noreply.github.com> Date: Fri, 19 Apr 2019 13:20:44 +0300 Subject: [PATCH] Update web.php --- routes/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index f52d7d03f..05747377d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -25,12 +25,12 @@ Route::group(['middleware' => 'auth'], function () { Route::get( '{locationId}/printonlyassignedtolocation', - [ 'as' => 'locations.printonlyassignedtolocation', 'uses' => 'LocationsController@printOnlyAssignedToLocation' ] + [ 'as' => 'locations.print_assigned', 'uses' => 'LocationsController@print_assigned' ] ); Route::get( '{locationId}/printallassignedtolocation', - [ 'as' => 'locations.printallassignedtolocation', 'uses' => 'LocationsController@printAllAssignedToLocation' ] + [ 'as' => 'locations.print_all_assigned', 'uses' => 'LocationsController@print_all_assigned' ] ); /*