You've already forked redmine-bundle
missing use statement
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Magdev\RedmineBundle\Client;
|
|||||||
use Redmine\Client\Psr18Client;
|
use Redmine\Client\Psr18Client;
|
||||||
use GuzzleHttp\Client as GuzzleClient;
|
use GuzzleHttp\Client as GuzzleClient;
|
||||||
use GuzzleHttp\Psr7\HttpFactory as GuzzleHttpFactory;
|
use GuzzleHttp\Psr7\HttpFactory as GuzzleHttpFactory;
|
||||||
|
use Symfony\Contracts\Cache\ItemInterface;
|
||||||
use Symfony\Contracts\Cache\TagAwareCacheInterface;
|
use Symfony\Contracts\Cache\TagAwareCacheInterface;
|
||||||
|
|
||||||
final class RedmineClient
|
final class RedmineClient
|
||||||
|
|||||||
Reference in New Issue
Block a user