diff --git a/src/Security/Attribute/Taxus.php b/src/Security/Attribute/Taxus.php index dc5076f..e0f3e72 100644 --- a/src/Security/Attribute/Taxus.php +++ b/src/Security/Attribute/Taxus.php @@ -7,5 +7,6 @@ class Taxus implements \Notes\Attribute { public function __construct( public null|string|\BackedEnum $privilege = null, public null|string $module = null, + public string|array $method = "*", ) {} }