Compare commits
1 Commits
master
...
attributes
Author | SHA1 | Date | |
---|---|---|---|
|
b6a36319d1 |
@ -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,
|
||||
) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user