Heimdall/app/SupportedApps/Contracts/Livestats.php

11 lines
185 B
PHP

<?php namespace App\SupportedApps\Contracts;
interface Livestats {
public function configDetails();
public function testConfig();
public function executeConfig();
}