missing use statement

This commit is contained in:
2024-09-13 04:47:07 +02:00
parent fe58a2e5b8
commit 491d4e3cb7

View File

@@ -3,6 +3,7 @@
namespace Magdev\RedmineBundle\Client;
use Redmine\Client\Client;
use Redmine\Client\Psr18Client;
interface RedmineClientInterface extends Client
{