mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 07:09:34 +02:00
yuop (#4193)
This commit is contained in:
parent
401cc187b7
commit
6ec9193546
9 changed files with 12 additions and 18 deletions
|
@ -2,8 +2,5 @@
|
|||
|
||||
interface ActionInterface
|
||||
{
|
||||
/**
|
||||
* @return string|Response
|
||||
*/
|
||||
public function execute(Request $request);
|
||||
public function __invoke(Request $request): Response;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue