Silent 6 년 전
부모
커밋
5b4519496f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/Student.php

+ 1 - 1
app/Models/Student.php

xqd
@@ -160,6 +160,6 @@ class Student extends Model
                 $total += (strtotime($check_card->end_date_time) - strtotime($check_card->begin_date_time));
             }
         }
-        return
+        return '';
     }
 }