mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
delete ftp method
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user