Skip to content

Commit 7d1e9be

Browse files
committed
Add location
1 parent 8186230 commit 7d1e9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LaravelUploader/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public function toArray()
111111
'url' => $this->url,
112112
'filename' => $this->filename,
113113
'relative_url' => $this->relativeUrl,
114+
'location' => $this->relativeUrl,
114115
'original_name' => $this->originalName,
115116
];
116117
}

0 commit comments

Comments
 (0)