Skip to content

Commit 7cf826c

Browse files
committed
Remove stackspace adapter
1 parent f4bad67 commit 7cf826c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/BackupManager/Factory/FilesystemProviderFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use District09\BackupManager\Filesystems\FtpFilesystem;
1010
use District09\BackupManager\Filesystems\GcsFilesystem;
1111
use District09\BackupManager\Filesystems\LocalFilesystem;
12-
use District09\BackupManager\Filesystems\RackspaceFilesystem;
1312
use District09\BackupManager\Filesystems\SftpFilesystem;
1413

1514
class FilesystemProviderFactory implements FilesystemProviderFactoryInterface
@@ -32,7 +31,6 @@ public static function create($filesystemConfig)
3231
$filesystemProvider->add(new DropboxFilesystem());
3332
$filesystemProvider->add(new FtpFilesystem());
3433
$filesystemProvider->add(new LocalFilesystem());
35-
$filesystemProvider->add(new RackspaceFilesystem());
3634
$filesystemProvider->add(new SftpFilesystem());
3735

3836
return $filesystemProvider;

0 commit comments

Comments
 (0)