<?php
namespace Magdev\RedmineBundle\Client;
use Redmine\Client\NativeCurlClient;
class RedmineClient extends NativeCurlClient
{
}