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