debug change directory

This commit is contained in:
2019-02-21 13:12:52 +01:00
parent 37013aa649
commit b5cef5f5a3
3 changed files with 83 additions and 8 deletions

View File

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