diff --git a/Theme/Backend/Components/AccountGroupSelector/PopupView.php b/Theme/Backend/Components/AccountGroupSelector/PopupView.php index 56bef44..3ef11a0 100644 --- a/Theme/Backend/Components/AccountGroupSelector/PopupView.php +++ b/Theme/Backend/Components/AccountGroupSelector/PopupView.php @@ -30,7 +30,13 @@ use phpOMS\Views\View; */ class PopupView extends View { - private $id = ''; + /** + * Dom id + * + * @var string + * @since 1.0.0 + */ + private string $id = ''; /** * {@inheritdoc}