Sfoglia il codice sorgente

updated lazy loading on note

= 1 anno fa
parent
commit
7166fed364
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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',