Feat: Mailing system

This commit is contained in:
Sallu9007
2025-04-15 21:51:26 +05:30
parent 711d9727fd
commit 411cc7fe03
7 changed files with 580 additions and 0 deletions

View File

@@ -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()