Update storage.php

This commit is contained in:
Namhyeon Go 2019-02-13 13:32:36 +09:00 committed by GitHub
parent 44be1de174
commit 18b92ef207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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