debug
This commit is contained in:
parent
0f8f7a439a
commit
7debdbeb50
|
@ -24,6 +24,8 @@ class Storage
|
||||||
{
|
{
|
||||||
$config = $this->config_storage[$storage_name];
|
$config = $this->config_storage[$storage_name];
|
||||||
|
|
||||||
|
dump($config); die;
|
||||||
|
|
||||||
switch ($config['type'])
|
switch ($config['type'])
|
||||||
{
|
{
|
||||||
case 's3': return (new S3Storage($storage_name, $config));
|
case 's3': return (new S3Storage($storage_name, $config));
|
||||||
|
|
Loading…
Reference in New Issue