debug change directory

This commit is contained in:
2019-02-21 15:38:02 +01:00
parent 15496efe23
commit 108f834131
2 changed files with 2 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ class Storage
public function __construct(array $user_config = [])
{
dump($user_config); die;
// dump($user_config); die;
$this->config_storage = $user_config;
}