Skip to content

Commit 8837de3

Browse files
authored
Fixed dependency on cybermox package
Fixed dependency on `Cybermox` that shouldn't be there, the `S3StreamWrapper` appears to have been moved to this project, and you can do this use statement instead: `use AmazonWebServicesBundle\StreamWrapper\S3StreamWrapper;`
1 parent 4469e44 commit 8837de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ThePhalconsAmazonWebServicesBundle.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace AmazonWebServicesBundle;
1414

1515
use Symfony\Component\HttpKernel\Bundle\Bundle;
16-
use Cybernox\AmazonWebServicesBundle\StreamWrapper\S3StreamWrapper;
16+
use AmazonWebServicesBundle\StreamWrapper\S3StreamWrapper;
1717

1818
/**
1919
* AmazonWebServicesBundle Main Bundle Class

0 commit comments

Comments
 (0)