chore: complete update
This commit is contained in:
11
src/Framework/Auth/Auth.php
Normal file
11
src/Framework/Auth/Auth.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Framework\Auth;
|
||||
|
||||
use Attribute;
|
||||
|
||||
#[Attribute(Attribute::TARGET_METHOD|Attribute::IS_REPEATABLE)]
|
||||
class Auth
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user