diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 4b5ad30..5308911 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -15,6 +15,7 @@ class Storage public function __construct($user_config) { $this->user_config = $user_config; + dump($this->user_config); die; } public function get($storage_name)