1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

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;
}
throw new Exception('Upload failed');
return false;
}
/**