You've already forked symfony-storage
debug
This commit is contained in:
@@ -24,8 +24,6 @@ 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));
|
||||||
|
|||||||
Reference in New Issue
Block a user