Update storage.php

This commit is contained in:
Namhyeon Go 2019-06-02 04:30:52 +09:00 committed by GitHub
parent 1c40f1ad46
commit 33b9d96802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ if(!check_function_exists("get_storage_url")) {
} }
if(!check_function_exists("move_uploaded_file_to_storage")) { if(!check_function_exists("move_uploaded_file_to_storage")) {
function move_uploaded_file_to_stroage($options=array()) { function move_uploaded_file_to_storage($options=array()) {
$response = array( $response = array(
"files" => array() "files" => array()
); );