Skip to content

Commit 21cafd1

Browse files
CS fix
1 parent 171f65d commit 21cafd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Filesystem/FilesystemManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use League\Flysystem\AwsS3V3\PortableVisibilityConverter as AwsS3PortableVisibilityConverter;
1212
use League\Flysystem\Filesystem as Flysystem;
1313
use League\Flysystem\FilesystemAdapter as FlysystemAdapter;
14-
use League\Flysystem\Ftp\FtpAdapter as FtpAdapter;
14+
use League\Flysystem\Ftp\FtpAdapter;
1515
use League\Flysystem\Ftp\FtpConnectionOptions;
1616
use League\Flysystem\Local\LocalFilesystemAdapter as LocalAdapter;
1717
use League\Flysystem\PhpseclibV3\SftpAdapter;

0 commit comments

Comments
 (0)