소스 검색

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')