Skip to content

Commit

Permalink
fix baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
kenan Duman committed Feb 1, 2019
1 parent 23e8ade commit fb3f5e4
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 fb3f5e4

Please sign in to comment.