This commit is contained in:
Cyprian Beauvois 2019-02-20 12:38:47 +01:00
parent c58a039256
commit 997ef1a199
1 changed files with 1 additions and 1 deletions

View File

@ -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];