Uses the first matching namespace endpoint

This commit is contained in:
Vlad
2017-05-16 23:17:25 -04:00
parent a4c1095db7
commit 0a512f6349

View File

@ -94,6 +94,7 @@ class API {
);
if(class_exists($endpoint_class)) {
$this->_request_endpoint_class = $endpoint_class;
break;
}
}
$this->_request_data = isset($data['data'])