debug change directory

This commit is contained in:
Cyprian Beauvois 2019-02-21 13:28:59 +01:00
parent 0ecd15d316
commit 90d1fbc032
1 changed files with 1 additions and 0 deletions

View File

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