fleets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user