Skip to content

Commit 5da821b

Browse files
authored
Update FilesystemManager.php
1 parent 13e5fbf commit 5da821b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use League\Flysystem\Ftp\FtpAdapter as FtpAdapter;
1515
use League\Flysystem\Ftp\FtpConnectionOptions;
1616
use League\Flysystem\Local\LocalFilesystemAdapter as LocalAdapter;
17-
use League\Flysystem\PHPSecLibV3\SftpAdapter;
18-
use League\Flysystem\PHPSecLibV3\SftpConnectionProvider;
17+
use League\Flysystem\PhpseclibV3\SftpAdapter;
18+
use League\Flysystem\PhpseclibV3\SftpConnectionProvider;
1919
use League\Flysystem\UnixVisibility\PortableVisibilityConverter;
2020
use League\Flysystem\Visibility;
2121

0 commit comments

Comments
 (0)