diff --git a/routes/web.php b/routes/web.php index d5515b1..6fd88bb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -56,7 +56,7 @@ Route::group(['prefix' => LaravelLocalization::setLocale(), 'middleware' => [ 'l ->name('deleteApplicationComment'); - Route::patch('/notes/save/{applicationID}', 'AppointmentController@saveNotes') + Route::patch('/notes/save/{application}', 'AppointmentController@saveNotes') ->name('saveNotes');