Skip to content

Commit

Permalink
WID-513 - Remove setClient and getClient from UitpasClientInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Feb 28, 2024
1 parent 151db1d commit 5c9cbba
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Uitpas/UitpasClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@
*/
interface UitpasClientInterface
{

/**
* Set the guzzle client.
*
* @param ClientInterface $client
*/
public function setClient(ClientInterface $client);

/**
* Return the current client.
*
* @return ClientInterface $client
*/
public function getClient();

/**
* Perform a search on uitpas rewards.
*
Expand Down

0 comments on commit 5c9cbba

Please sign in to comment.