Samson Mutunga преди 3 години
родител
ревизия
8d52c40e2d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -398,7 +398,7 @@ Route::middleware('pro.auth')->group(function () {
     Route::get('/supplements-center/{patient}/{note}', 'NoteController@supplementsCenter')->name('supplements-center');
     Route::get('/supplements-reconcile/{patient}/{note}', 'NoteController@supplementsReconcile')->name('supplements-reconcile');
     Route::get('/memos-thread/{patient}', 'PatientController@memosThread')->name('memos-thread');
-    Route::get('/messages-thread/{patient}', 'PatientController@messagesThread')->name('messages-thread');
+    Route::get('/messages-thread/{patient}', 'PatientController@messagesThread')->name('patient-messages-thread');
 
     Route::get('/nutrition-center/{patient}/{note}', 'NoteController@nutritionCenter')->name('nutrition-center');
     Route::get('/exercise-center/{patient}/{note}', 'NoteController@exerciseCenter')->name('exercise-center');