debug
This commit is contained in:
parent
d996520bf2
commit
c167b3a6c3
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Adaptors;
|
||||
namespace Bluesquare\StorageBundle;
|
||||
|
||||
use Aws\S3\S3Client;
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ class StorageBundle extends Bundle
|
|||
public function build(ContainerBuilder $container)
|
||||
{
|
||||
parent::build($container);
|
||||
dump($container); die;
|
||||
}
|
||||
|
||||
public function getContainerExtension()
|
||||
|
|
Loading…
Reference in New Issue