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