浏览代码

Add phpDoc comment for auto-suggest help

Vijayakrishnan Krishnan 5 年之前
父节点
当前提交
fd2a627fd0
共有 1 个文件被更改,包括 3 次插入0 次删除
  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')