From 5c9cbba4c7223a19f071a07a02906d0197f07cb3 Mon Sep 17 00:00:00 2001 From: Bram Pauwelyn Date: Wed, 28 Feb 2024 10:17:38 +0100 Subject: [PATCH] WID-513 - Remove setClient and getClient from UitpasClientInterface --- src/Uitpas/UitpasClientInterface.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/Uitpas/UitpasClientInterface.php b/src/Uitpas/UitpasClientInterface.php index 245ce825..d182472a 100644 --- a/src/Uitpas/UitpasClientInterface.php +++ b/src/Uitpas/UitpasClientInterface.php @@ -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. *