Ver Fonte

updated lazy loading on note

= há 1 ano atrás
pai
commit
7166fed364
1 ficheiros alterados com 0 adições e 1 exclusões
  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',