Skip to content

Commit 368f91f

Browse files
author
Vladimir Kolchin
committed
Added usedInSimlaweb field to Site model
1 parent 531d0ee commit 368f91f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Model/Entity/References/Site.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,12 @@ class Site
203203
* @JMS\SerializedName("isDemo")
204204
*/
205205
public $isDemo;
206+
207+
/**
208+
* @var bool
209+
*
210+
* @JMS\Type("bool")
211+
* @JMS\SerializedName("usedInSimlaweb")
212+
*/
213+
public $usedInSimlaweb;
206214
}

0 commit comments

Comments
 (0)