1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00
This commit is contained in:
Dag
2024-08-07 00:21:06 +02:00
committed by GitHub
parent 401cc187b7
commit 6ec9193546
9 changed files with 12 additions and 18 deletions

View File

@@ -2,8 +2,5 @@
interface ActionInterface
{
/**
* @return string|Response
*/
public function execute(Request $request);
public function __invoke(Request $request): Response;
}