move to psr-4 autoloader
This commit is contained in:
6
classes/IHandler.php
Normal file
6
classes/IHandler.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
interface IHandler {
|
||||
function csrf_ignore(string $method): bool;
|
||||
function before(string $method): bool;
|
||||
function after(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user