1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12: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;
}
/**