Browse Source

updated lazy loading on note

= 1 năm trước cách đây
mục cha
commit
7166fed364
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',