Explorar el Código

updated lazy loading on note

= hace 1 año
padre
commit
7166fed364
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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',