Silent před 6 roky
rodič
revize
5b4519496f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 '';
     }
 }