debug
This commit is contained in:
parent
59c46cd3f0
commit
405d854c01
|
@ -15,7 +15,6 @@ class Storage
|
||||||
public function __construct(array $user_config = [])
|
public function __construct(array $user_config = [])
|
||||||
{
|
{
|
||||||
$this->user_config = $user_config;
|
$this->user_config = $user_config;
|
||||||
dump($this->user_config); die;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get($storage_name)
|
public function get($storage_name)
|
||||||
|
|
Loading…
Reference in New Issue