From f2b5c1b248c17a9b5ab173a9799813128c97bd6e Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 12:37:05 +0100 Subject: [PATCH] debug --- StorageBundle/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index d857cec..67d1c17 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -28,6 +28,6 @@ class Storage return new S3Storage($storage_name, $config); } - return null; + return (-2); } }