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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user