- Quickfix on missing debugResponse method of Apihandler
This commit is contained in:
parent
4e120cea6c
commit
7a31baa586
|
@ -209,8 +209,10 @@ class ApiRepository extends \Ulmus\Repository
|
|||
|
||||
protected function callApiDebugCallback(CurlTransport $transport) : void
|
||||
{
|
||||
if (method_exists($this->adapter->apiHandler, 'debugResponse')) {
|
||||
$this->adapter->apiHandler->debugResponse($transport, $this);
|
||||
}
|
||||
}
|
||||
|
||||
public function collectionFromQuery(? string $entityClass = null) : EntityCollection
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue