This commit is contained in:
Cyprian Beauvois 2019-02-20 12:42:18 +01:00
parent 06157d4e06
commit febdb7cfb5
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class Storage
{
case 's3': return (new S3Storage($storage_name, $config));
}
}
return (null);