belongsTo (Document::class); } public function document_type() { return $this->belongsTo (DocumentType::class); } }