修改transmission首字母小写

This commit is contained in:
iyuu.cn
2020-02-15 16:04:40 +08:00
parent 33ff8a991a
commit 0f1605ffca
3 changed files with 20 additions and 64 deletions

View File

@ -26,7 +26,7 @@
* PHP Class support (PHP 5) (PHP 4 might work, untested)
*/
namespace IYUU\Client\Transmission;
namespace IYUU\Client\transmission;
use IYUU\Client\AbstractClient;
@ -47,7 +47,7 @@ if (version_compare(PHP_VERSION, '5.2.10', '<')) {
* </code>
*
*/
class Transmission extends AbstractClient
class transmission extends AbstractClient
{
/**
* User agent used in all http communication
@ -341,7 +341,7 @@ class Transmission extends AbstractClient
{
return $this->add_file($torrent_location, $save_path, $extra_options);
}
/**
* Add a torrent using the raw torrent data
*

View File

@ -6,7 +6,7 @@
* Time: 2020
*/
namespace IYUU\Client\Transmission;
namespace IYUU\Client\transmission;
/**
* This is the type of exception the TransmissionRPC class will throw