- Added realm to Security attribute
This commit is contained in:
parent
6a957ecd3e
commit
fcbffa3c55
|
@ -6,5 +6,6 @@ namespace Notes\Security\Attribute;
|
||||||
class Security implements \Notes\Attribute {
|
class Security implements \Notes\Attribute {
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public null|bool $locked = null,
|
public null|bool $locked = null,
|
||||||
|
public null|string $realm = null,
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue