Skip to content

Commit

Permalink
Change load class AwsS3v3Adapter to AwsS3V3Adapter (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: joaomarcuscardoso <joao.cardoso@tikiweb.com.br>
  • Loading branch information
0X30786A6F756A6F75 and joaomarcuscardoso committed Dec 1, 2022
1 parent 40fedcb commit 3ac75a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/ElFinderConfigurationReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Spatie\FlysystemDropbox\DropboxAdapter;
use League\Flysystem\Sftp\SftpAdapter;
use League\Flysystem\AwsS3v2\AwsS3Adapter as AwsS3v2;
use League\Flysystem\AwsS3v3\AwsS3v3Adapter as AwsS3v3;
use League\Flysystem\AwsS3V3\AwsS3V3Adapter as AwsS3v3;
use League\Flysystem\GridFS\GridFSAdapter;
use OpenCloud\Rackspace;
use League\Flysystem\Rackspace\RackspaceAdapter;
Expand Down

0 comments on commit 3ac75a3

Please sign in to comment.