Updated return type

This commit is contained in:
Eldad Fux 2019-12-28 01:04:15 +02:00
parent feb90b65f9
commit 2d6a3d09af

View file

@ -150,7 +150,7 @@ class Local extends Device
return true; return true;
} }
throw new Exception('Upload failed'); return false;
} }
/** /**