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 '';
     }
 }