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' => [