mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-29 08:20:15 +02:00
refactor: introduce http Request object (#3926)
This commit is contained in:
parent
9574c17ddc
commit
d08d13f2c8
19 changed files with 125 additions and 94 deletions
|
@ -5,5 +5,5 @@ interface ActionInterface
|
|||
/**
|
||||
* @return string|Response
|
||||
*/
|
||||
public function execute(array $request);
|
||||
public function execute(Request $request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue