This commit is contained in:
2018-11-14 20:31:48 -06:00
parent 025a53335b
commit f0bd25ec08

View File

@@ -39,7 +39,6 @@ class Fleet {
public function SetFleetUri($fleetUri) {
//Trim the left side of the fleet number
$uris = explode('https://esi.tech.ccp.is/v1/fleets/', $fleetUri);
dd($uris);
//Trim the right side of the fleet number
$fleetUri = rtrim($uris[1], '/?datasource=tranquility');
$this->fleet = $fleetUri;