Compare commits

..

No commits in common. "f33fb69150e536f94c65f2eca82e081ffb4225bb" and "532cecfcad43f929dcc97bba8ece02c16a22cbe6" have entirely different histories.

2 changed files with 0 additions and 21 deletions

View File

@ -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,
) {}
}

View File

@ -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 = "",
) {}
}