浏览代码

added hcp bill matrix

logicpowerhouse 4 年之前
父节点
当前提交
b93a330fc0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -86,7 +86,7 @@ Route::middleware('pro.auth')->group(function () {
 
         Route::middleware('pro.auth.admin')->group(function(){
 
-            Route::get('bill-matrix/{proUid?}', 'PracticeManagementController@hcpBillMatrix')->name('hcpBillMatrix');
+            Route::get('hcp-bill-matrix/{proUid?}', 'PracticeManagementController@hcpBillMatrix')->name('hcpBillMatrix');
 
             Route::get('tickets', 'PracticeManagementController@tickets')->name('tickets');
             Route::get('claims', 'PracticeManagementController@claims')->name('claims');