object = $object; $this->relationship = $relation ?: get_class($object); } public function getRelationship(): string { return $this->relationship; } public function getRelated(): Referable { return $this->object; } }