From d1a280d1020e65658896d1a6574e73691c2e54ac Mon Sep 17 00:00:00 2001 From: Farid Saravi Date: Wed, 11 Dec 2019 22:14:19 +0330 Subject: [PATCH] change media library config --- config/medialibrary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/medialibrary.php b/config/medialibrary.php index a30da93..4a2dddb 100644 --- a/config/medialibrary.php +++ b/config/medialibrary.php @@ -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' => [