Closed michabbb closed 6 years ago
$Manifest = $D2->getDestinyManifest(); if ($Manifest->isSuccess()) { //do something }
maybe like this ?
return $this->getResponse()->getStatusCode() === 200;
Should be resolved with #7, thanks @michabbb!