Parcourir la source

updated lazy loading on note

= il y a 1 an
Parent
commit
7166fed364
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      app/Http/Controllers/NoteController.php

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

@@ -28,7 +28,6 @@ class NoteController extends Controller
 
     public function dashboard(Request $request, Client $patient,  $noteUid)
     {
-
         $note = Note::with(
     'client',
             'hcpPro',