Feat: Mailing system
This commit is contained in:
@@ -24,6 +24,11 @@ class ActivitiesAttended extends Model
|
||||
'proof',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'start_date' => 'datetime',
|
||||
'end_date' => 'datetime',
|
||||
];
|
||||
|
||||
|
||||
// Define the relationship to the User (Faculty)
|
||||
public function department()
|
||||
|
||||
Reference in New Issue
Block a user