change media library config

pull/1/head
Farid Saravi 5 years ago
parent 5944d772ec
commit d1a280d102

@ -23,13 +23,13 @@ return [
/*
* The fully qualified class name of the media model.
*/
'media_model' => WM\Common\Models\Media::class,
'media_model' => WM\Common\Services\Media\Media::class,
's3' => [
/*
* The domain that should be prepended when generating urls.
*/
'domain' => 'https://'.env('AWS_BUCKET').'.s3.amazonaws.com',
'domain' => 'https://' . env('AWS_BUCKET') . '.s3.amazonaws.com',
],
'remote' => [

Loading…
Cancel
Save