From 491d4e3cb73aff0e65e5d7af475243e3018e002f Mon Sep 17 00:00:00 2001 From: magdev Date: Fri, 13 Sep 2024 04:47:07 +0200 Subject: [PATCH] missing use statement --- src/Client/RedmineClientInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client/RedmineClientInterface.php b/src/Client/RedmineClientInterface.php index 0aa7445..9479d58 100644 --- a/src/Client/RedmineClientInterface.php +++ b/src/Client/RedmineClientInterface.php @@ -3,6 +3,7 @@ namespace Magdev\RedmineBundle\Client; use Redmine\Client\Client; +use Redmine\Client\Psr18Client; interface RedmineClientInterface extends Client {