mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-13 15:34:44 +02:00
refactor: inject the action params via its execute method (#2907)
This commit is contained in:
parent
22c10941dc
commit
a966213cd7
7 changed files with 32 additions and 35 deletions
|
@ -24,5 +24,5 @@ interface ActionInterface
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function execute();
|
||||
public function execute(array $request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue