Skip to content

Commit

Permalink
Import the correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerrademaker committed Jan 13, 2022
1 parent dc88c5e commit 26aba1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Client/RobinClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace Emico\RobinHqLib\Client;


use Emico\RobinHqLib\Client\Exception\InvalidApiResponseException;
use Emico\RobinHqLib\Config\Config;
use Emico\RobinHqLib\Config\ConfigInterface;
use Emico\RobinHqLib\Model\Collection;
Expand Down Expand Up @@ -124,4 +125,4 @@ protected function post(string $path, $payload): ResponseInterface

return $response;
}
}
}

0 comments on commit 26aba1f

Please sign in to comment.