mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
refactor: inject the action params via its execute method (#2907)
This commit is contained in:
@@ -24,5 +24,5 @@ interface ActionInterface
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function execute();
|
||||
public function execute(array $request);
|
||||
}
|
||||
|
Reference in New Issue
Block a user