Browse Source

update EnhancedApps

pull/282/head
Kode 6 years ago
parent
commit
b4a1ecc305
  1. 2
      app/EnhancedApps.php

2
app/EnhancedApps.php

@ -5,6 +5,8 @@ use GuzzleHttp\Client;
interface EnhancedApps
{
public function test();
public function livestats();
public function apiUrl($endpoint);
}
Loading…
Cancel
Save