Browse Source

Add phpDoc comment for auto-suggest help

Vijayakrishnan Krishnan 5 years ago
parent
commit
fd2a627fd0
1 changed files with 3 additions and 0 deletions
  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')
 @extends ('layouts.patient')
 
 
 @section('inner-content')
 @section('inner-content')