belongsTo('App\Note'); } /** * Get the URL for an S3 media file. * * @return string */ public function getUrlAttribute() { return config('filesystems.s3.url') . '/' . $this->path; } }