diff --git a/src/Attribute/Taxus.php b/src/Attribute/Taxus.php index a1137c0..da4a02b 100644 --- a/src/Attribute/Taxus.php +++ b/src/Attribute/Taxus.php @@ -5,7 +5,7 @@ namespace Notes\Security\Attribute; #[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)] class Taxus implements \Notes\Attribute { public function __construct( - public string $privilege = "", - public string $module = "", + public null|string $privilege = null, + public null|string $module = null, ) {} }