Explorar el Código

Add phpDoc comment for auto-suggest help

Vijayakrishnan Krishnan hace 5 años
padre
commit
fd2a627fd0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      resources/views/app/patient/care-month/dashboard.blade.php

+ 3 - 0
resources/views/app/patient/care-month/dashboard.blade.php

@@ -1,3 +1,6 @@
+<?php
+/** @var App\Models\CareMonth $careMonth */
+?>
 @extends ('layouts.patient')
 
 @section('inner-content')