debug
This commit is contained in:
parent
d996520bf2
commit
c167b3a6c3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue