diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index e6223e3..8a62ae6 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -23,6 +23,7 @@ class Storage public function __construct(array $user_config = []) { + dump($user_config); die; $this->config_storage = $user_config; }