diff --git a/app/EnhancedApps.php b/app/EnhancedApps.php index 5eee0a3d..7962a6fb 100644 --- a/app/EnhancedApps.php +++ b/app/EnhancedApps.php @@ -5,6 +5,8 @@ use GuzzleHttp\Client; interface EnhancedApps { + public function test(); public function livestats(); + public function apiUrl($endpoint); } \ No newline at end of file