add icatchall
This commit is contained in:
4
classes/icatchall.php
Normal file
4
classes/icatchall.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
interface ICatchall {
|
||||
function catchall(string $method): void;
|
||||
}
|
||||
Reference in New Issue
Block a user