added wrapper for NativeCurlClient

This commit is contained in:
2024-09-13 00:43:53 +02:00
parent c73f021d69
commit a698255f01
2 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Magdev\RedmineBundle\Client;
use Redmine\Client\NativeCurlClient;
class RedmineClient extends NativeCurlClient
{
}