From 997ef1a199ce89abdaaac53f3fb4683df41be4f0 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 12:38:47 +0100 Subject: [PATCH] debug --- StorageBundle/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];