Skip to content

Commit

Permalink
Add location
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Sep 4, 2019
1 parent 8186230 commit 7d1e9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelUploader/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public function toArray()
'url' => $this->url,
'filename' => $this->filename,
'relative_url' => $this->relativeUrl,
'location' => $this->relativeUrl,
'original_name' => $this->originalName,
];
}
Expand Down

0 comments on commit 7d1e9be

Please sign in to comment.