diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index f771612..27c151a 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -20,7 +20,7 @@ class Storage public function get($storage_name) { - dump($this->config_storage, $storage_name); die; + dump($this->config_storage, $storage_name, array_key_exists($storage_name, $this->config_storage)); die; if (array_key_exists($storage_name, $this->config_storage)) { $config = $this->config_storage[$storage_name];