diff --git a/src/Model/Entity/References/Site.php b/src/Model/Entity/References/Site.php index cc69d5d37..dee47f0f0 100644 --- a/src/Model/Entity/References/Site.php +++ b/src/Model/Entity/References/Site.php @@ -203,4 +203,12 @@ class Site * @JMS\SerializedName("isDemo") */ public $isDemo; + + /** + * @var bool + * + * @JMS\Type("bool") + * @JMS\SerializedName("usedInSimlaweb") + */ + public $usedInSimlaweb; }