hasOne(Message::class, 'id', 'message_id'); } public function systemFile(){ return $this->hasOne(SystemFile::class, 'id', 'attachment_id'); } }