msd Backup hinzugefügt
This commit is contained in:
12
msd/vendor/league/flysystem-sftp/ConnectivityChecker.php
vendored
Normal file
12
msd/vendor/league/flysystem-sftp/ConnectivityChecker.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace League\Flysystem\PhpseclibV2;
|
||||
|
||||
use phpseclib\Net\SFTP;
|
||||
|
||||
interface ConnectivityChecker
|
||||
{
|
||||
public function isConnected(SFTP $connection): bool;
|
||||
}
|
Reference in New Issue
Block a user