delete ftp method

This commit is contained in:
amazuecos
2024-08-29 01:03:00 +02:00
parent c3248cd3ec
commit 01cc74ed60

View File

@ -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();
}
}