1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Removed unused var

This commit is contained in:
Eldad Fux 2020-04-13 22:38:39 +03:00
parent bb6bea6c7d
commit 8d12a00268

View file

@ -184,7 +184,6 @@ $utopia->post('/v1/storage/files')
/*
* Models
*/
$list = [];
$device = Storage::getDevice('local');
if (!$upload->isValid($file['tmp_name'])) {