Merge branch 'master' of https://git.mcnd.ca/mcndave/notes-security
This commit is contained in:
		
						commit
						6a957ecd3e
					
				@ -5,7 +5,7 @@ namespace Notes\Security\Attribute;
 | 
				
			|||||||
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)]
 | 
					#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)]
 | 
				
			||||||
class Taxus implements \Notes\Attribute {
 | 
					class Taxus implements \Notes\Attribute {
 | 
				
			||||||
    public function __construct(
 | 
					    public function __construct(
 | 
				
			||||||
        public null|string $privilege = null,
 | 
					        public null|string|\BackedEnum $privilege = null,
 | 
				
			||||||
        public null|string $module = null,
 | 
					        public null|string $module = null,
 | 
				
			||||||
    ) {}
 | 
					    ) {}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user