Update storage.php

This commit is contained in:
Namhyeon Go 2019-01-13 00:55:32 +09:00 committed by GitHub
parent c82f950b52
commit f6d143c716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,9 +189,9 @@ if(!function_exists("iterate_storage_files")) {
}
}
}
return $filenames;
}
}
if(!function_exists("remove_storage_file")) {
function remove_storage_file($filename, $options=array()) {