Silent 6 years ago
parent
commit
6c1fd14cc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Models/Leave.php

+ 1 - 0
app/Models/Leave.php

xqd
@@ -34,4 +34,5 @@ class Leave extends Model
     {
         return empty($this['course']) ? '' : $this['course']->name;
     }
+    
 }