add icatchall
This commit is contained in:
parent
d7c070b22b
commit
6418157ccf
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
interface ICatchall {
|
||||
function catchall(string $method): void;
|
||||
}
|
Loading…
Reference in New Issue