Update storage.php

This commit is contained in:
Namhyeon Go 2018-09-20 14:15:53 +09:00 committed by GitHub
parent 23ba2cd49f
commit f60ce95acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,9 @@ if(!function_exists("get_storage_url")) {
if(!function_exists("move_uploaded_file_to_storage")) {
function move_uploaded_file_to_stroage($options=array()) {
$response = array();
$response = array(
"files" => array()
);
$requests = get_requests();
$files = $requests['_FILES'];