Skip to content

Commit

Permalink
Fixed dependency on cybermox package
Browse files Browse the repository at this point in the history
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;`
  • Loading branch information
SeanJA authored Jan 3, 2017
1 parent 4469e44 commit 8837de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThePhalconsAmazonWebServicesBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace AmazonWebServicesBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;
use Cybernox\AmazonWebServicesBundle\StreamWrapper\S3StreamWrapper;
use AmazonWebServicesBundle\StreamWrapper\S3StreamWrapper;

/**
* AmazonWebServicesBundle Main Bundle Class
Expand Down

0 comments on commit 8837de3

Please sign in to comment.