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