You've already forked symfony-storage
debug
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Bluesquare\StorageBundle\Adaptors;
|
namespace Bluesquare\StorageBundle;
|
||||||
|
|
||||||
use Aws\S3\S3Client;
|
use Aws\S3\S3Client;
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ class StorageBundle extends Bundle
|
|||||||
public function build(ContainerBuilder $container)
|
public function build(ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
parent::build($container);
|
parent::build($container);
|
||||||
dump($container); die;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getContainerExtension()
|
public function getContainerExtension()
|
||||||
|
|||||||
Reference in New Issue
Block a user