Compare commits
	
		
			No commits in common. "f33fb69150e536f94c65f2eca82e081ffb4225bb" and "532cecfcad43f929dcc97bba8ece02c16a22cbe6" have entirely different histories.
		
	
	
		
			f33fb69150
			...
			532cecfcad
		
	
		
@ -1,10 +0,0 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace Notes\Security\Attribute;
 | 
			
		||||
 | 
			
		||||
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_METHOD | \Attribute::TARGET_CLASS)]
 | 
			
		||||
class Security implements \Notes\Attribute {
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public null|bool $locked = null,
 | 
			
		||||
    ) {}
 | 
			
		||||
}
 | 
			
		||||
@ -1,11 +0,0 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
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 = "",
 | 
			
		||||
    ) {}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user