Compare commits

...
This repository has been archived on 2025-02-21. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Dave Mc Nicoll
b6a36319d1 - WIP on attributes 2023-01-26 18:50:16 +00:00

@ -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 $module,
public string $privilege = "",
public null|string $module = null,
) {}
}