From 4568427c6659ca4b7e4c1fcfc18c17642dca611f Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 31 May 2024 19:00:32 +0000 Subject: [PATCH] - Added HTTP methods to Taxus object --- src/Security/Attribute/Taxus.php | 1 + 1 file changed, 1 insertion(+) 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 = "*", ) {} }