Rename ApipResponse->exit* methods to better show their meaning
This commit is contained in:
@@ -84,6 +84,6 @@ class Lists extends ContactEndpoint
|
||||
|
||||
self::setLinkHeader();
|
||||
|
||||
$this->response->exit('lists', ['lists' => $return]);
|
||||
$this->response->addFormattedContent('lists', ['lists' => $return]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user