version 1.0

This commit is contained in:
2021-07-07 10:24:05 +02:00
commit 941a149097
17 changed files with 1069 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
imports:
- { ressource: '%kernel.root_dir%/config/packages/bluesquare/storage.yaml' }

View File

@@ -0,0 +1,7 @@
services:
bluesquare.storage:
class: Bluesquare\StorageBundle\Storage
autowire: true
public: true
arguments: ['user_storage']
Bluesquare\StorageBundle\Storage: '@bluesquare.storage'