1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-09-08 15:10:49 +02:00

refactor: action (#2836)

This commit is contained in:
Dag
2022-06-22 18:30:37 +02:00
committed by GitHub
parent fad0dbb6ef
commit ee80f4918e
9 changed files with 18 additions and 51 deletions

View File

@@ -21,7 +21,10 @@
* - Returns a responsive web page that automatically checks all whitelisted
* bridges (using JavaScript) if no bridge is specified.
*/
class ConnectivityAction extends ActionAbstract {
class ConnectivityAction implements ActionInterface
{
public $userData = [];
public function execute() {
if(!Debug::isEnabled()) {