update controllers logic

This commit is contained in:
root
2026-04-23 00:04:35 -04:00
parent 1977a513df
commit ca4ba272fc
353 changed files with 13402 additions and 1301 deletions
+2 -8
View File
@@ -11,7 +11,6 @@ class Notification extends BaseModel
// ✅ CI: soft deletes + timestamps
use SoftDeletes;
public $timestamps = true;
protected $fillable = [
@@ -23,14 +22,9 @@ class Notification extends BaseModel
'status',
'action_url',
'attachment_path',
'scheduled_at',
'sent_at',
'expires_at',
'created_at',
'updated_at',
'deleted_at',
'school_year',
'semester',
'school_year',
'scheduled_at',
];
protected $casts = [