This commit is contained in:
Cyprian Beauvois 2019-02-20 12:37:05 +01:00
parent fb171e0655
commit f2b5c1b248
1 changed files with 1 additions and 1 deletions

View File

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