From 2d6a3d09af290e8a264126ce8809d7d97ae875c7 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 28 Dec 2019 01:04:15 +0200 Subject: [PATCH] Updated return type --- src/Storage/Devices/Local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage/Devices/Local.php b/src/Storage/Devices/Local.php index 2c922d2afa..27be34f3fa 100644 --- a/src/Storage/Devices/Local.php +++ b/src/Storage/Devices/Local.php @@ -150,7 +150,7 @@ class Local extends Device return true; } - throw new Exception('Upload failed'); + return false; } /**