missing use statement

This commit is contained in:
2024-09-13 02:40:08 +02:00
parent b09a9990e3
commit 094292a3ec

View File

@@ -5,6 +5,7 @@ namespace Magdev\RedmineBundle\Client;
use Redmine\Client\Psr18Client;
use GuzzleHttp\Client as GuzzleClient;
use GuzzleHttp\Psr7\HttpFactory as GuzzleHttpFactory;
use Symfony\Contracts\Cache\ItemInterface;
use Symfony\Contracts\Cache\TagAwareCacheInterface;
final class RedmineClient