mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 10:34:15 +02:00
refactor: inject the action params via its execute method (#2907)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
class ListAction implements ActionInterface
|
||||
{
|
||||
public function execute()
|
||||
public function execute(array $request)
|
||||
{
|
||||
$list = new StdClass();
|
||||
$list->bridges = [];
|
||||
|
Reference in New Issue
Block a user