Merge branch 'master' of ssh://git.bluesquare.io/bluesquare-packages/symfony-storage

This commit is contained in:
Maxime Renou
2019-02-21 13:21:05 +01:00
5 changed files with 88 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ class Storage
public function __construct(array $user_config = [])
{
dump($user_config); die;
$this->config_storage = $user_config;
}