fix logic and tests, update docker CI file
This commit is contained in:
@@ -28,6 +28,11 @@ class CommunicationLog extends BaseModel
|
||||
'metadata',
|
||||
];
|
||||
|
||||
public function getFillable(): array
|
||||
{
|
||||
return $this->fillable;
|
||||
}
|
||||
|
||||
protected $casts = [
|
||||
'student_id' => 'integer',
|
||||
'family_id' => 'integer',
|
||||
@@ -51,4 +56,4 @@ class CommunicationLog extends BaseModel
|
||||
{
|
||||
return $this->belongsTo(User::class, 'sent_by');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user