diff --git a/ci4/app/Config/Services.php b/ci4/app/Config/Services.php index 572aec46..a802b838 100755 --- a/ci4/app/Config/Services.php +++ b/ci4/app/Config/Services.php @@ -30,11 +30,4 @@ class Services extends BaseService * return new \CodeIgniter\Example(); * } */ - public static function ftp(bool $getShared = true): FTPService - { - if ($getShared) { - return static::getSharedInstance('ftp'); - } - return new FTPService(); - } }