You've already forked redmine-bundle
added wrapper for NativeCurlClient
This commit is contained in:
10
src/Client/RedmineClient.php
Normal file
10
src/Client/RedmineClient.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Magdev\RedmineBundle\Client;
|
||||
|
||||
use Redmine\Client\NativeCurlClient;
|
||||
|
||||
class RedmineClient extends NativeCurlClient
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user