inc/registrar/config/Integration.php
@@ -27,6 +27,7 @@ * @var bool whether this is a customer role, used if this is a user-based Registrar */ protected bool $isCustomer; protected ?string $category = null; @@ -73,6 +74,14 @@ return $this->content_type; } public function setCategory(string $category):void { $check = Registrar::getInstance($category); if ($check) { $this->category = $check->getBased(); } } public function setInitial(bool $set):self { $this->initial = $set;