From febdb7cfb558a05ee0f2b77ac79e6fab3817e454 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 12:42:18 +0100 Subject: [PATCH] debug --- StorageBundle/Storage.php | 1 - 1 file changed, 1 deletion(-) diff --git a/StorageBundle/Storage.php b/StorageBundle/Storage.php index 4bef5ca..c69072c 100644 --- a/StorageBundle/Storage.php +++ b/StorageBundle/Storage.php @@ -28,7 +28,6 @@ class Storage { case 's3': return (new S3Storage($storage_name, $config)); } - } return (null);