diff --git a/src/Attribute/Taxus.php b/src/Attribute/Taxus.php index da4a02b..dc5076f 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 null|string $privilege = null, + public null|string|\BackedEnum $privilege = null, public null|string $module = null, ) {} }