Update storage.php

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

View File

@ -192,6 +192,7 @@ 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()) {