Browse Source

Fixed Note

Samson Mutunga 1 year ago
parent
commit
0f5fed5eb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/NoteController.php

+ 1 - 1
app/Http/Controllers/NoteController.php

@@ -25,7 +25,7 @@ use Illuminate\Support\Facades\DB;
 class NoteController extends Controller
 class NoteController extends Controller
 {
 {
 
 
-    public function dashboard(Request $request, Client $patient,  $note)
+    public function dashboard(Request $request, Client $patient,  Note $note)
     {
     {
 
 
         $pros = $this->pros;
         $pros = $this->pros;