This commit is contained in:
2019-02-20 12:37:05 +01:00
parent fb171e0655
commit f2b5c1b248

View File

@@ -28,6 +28,6 @@ class Storage
return new S3Storage($storage_name, $config); return new S3Storage($storage_name, $config);
} }
return null; return (-2);
} }
} }