Skip to content

Commit

Permalink
Merge pull request #2 from kenanduman1988/fix_baseurl
Browse files Browse the repository at this point in the history
fix baseURL
  • Loading branch information
DianWoung authored Feb 1, 2019
2 parents 23e8ade + fb3f5e4 commit 609effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileBrowserField.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getMedia($path = '/')
$this->media = new MediaManager($path);
$this->variables = [
'list'=>$this->media->ls(),
'baseURL'=>config('filesystems.disks'.config('admin.extensions.media-manager.disk').'url'),
'baseURL'=>config('filesystems.disks.'.config('admin.extensions.media-manager.disk').'.url'),
'path'=>$this->path,
];
}
Expand Down

0 comments on commit 609effc

Please sign in to comment.