mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 06:37:44 +02:00
add icatchall
This commit is contained in:
parent
d7c070b22b
commit
6418157ccf
4
classes/icatchall.php
Normal file
4
classes/icatchall.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
interface ICatchall {
|
||||
function catchall(string $method): void;
|
||||
}
|
Loading…
Reference in New Issue
Block a user