We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171f65d commit 21cafd1Copy full SHA for 21cafd1
src/Illuminate/Filesystem/FilesystemManager.php
@@ -11,7 +11,7 @@
11
use League\Flysystem\AwsS3V3\PortableVisibilityConverter as AwsS3PortableVisibilityConverter;
12
use League\Flysystem\Filesystem as Flysystem;
13
use League\Flysystem\FilesystemAdapter as FlysystemAdapter;
14
-use League\Flysystem\Ftp\FtpAdapter as FtpAdapter;
+use League\Flysystem\Ftp\FtpAdapter;
15
use League\Flysystem\Ftp\FtpConnectionOptions;
16
use League\Flysystem\Local\LocalFilesystemAdapter as LocalAdapter;
17
use League\Flysystem\PhpseclibV3\SftpAdapter;
0 commit comments