connection('mongodb'); } /* ATTRIBUTES */ public function getMsgAttribute($value): string { return utf8_decode($value); } public function setMsgAttribute($value): void { $this->attributes['msg'] = utf8_encode($value); } public function getSubjectAttribute($value): string { return utf8_decode($value); } public function setSubjectAttribute($value): void { $this->attributes['subject'] = utf8_encode($value); } }