debug
This commit is contained in:
parent
a0d5d5ee43
commit
43e9c5fc47
|
@ -4,6 +4,7 @@ namespace Bluesquare\StorageBundle\DependencyInjection;
|
|||
|
||||
use Symfony\Component\Config\FileLocator;
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\DependencyInjection\Definition;
|
||||
use Symfony\Component\DependencyInjection\Extension\Extension;
|
||||
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ services:
|
|||
class: Bluesquare\StorageBundle\Storage
|
||||
autowire: true
|
||||
public: true
|
||||
arguments: ['']
|
||||
arguments: ['user_storage']
|
||||
Bluesquare\CryptorBundle\Cryptor: '@bluesquare.storage'
|
||||
|
|
Loading…
Reference in New Issue