mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-16 08:54:42 +02:00
refactor: extract frontpage to template (#3130)
Also introduce usage of Response object
This commit is contained in:
parent
fe59cbabc9
commit
2ef98b299f
12 changed files with 147 additions and 225 deletions
|
@ -22,7 +22,7 @@ interface ActionInterface
|
|||
*
|
||||
* Note: This function directly outputs data to the user.
|
||||
*
|
||||
* @return void
|
||||
* @return ?string
|
||||
*/
|
||||
public function execute(array $request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue