mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 23:38:41 +00:00
todo fixes
This commit is contained in:
parent
5dbda2d786
commit
94bf7caf3b
|
|
@ -30,7 +30,13 @@ use phpOMS\Views\View;
|
||||||
*/
|
*/
|
||||||
class PopupView extends View
|
class PopupView extends View
|
||||||
{
|
{
|
||||||
private $id = '';
|
/**
|
||||||
|
* Dom id
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
private string $id = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user