GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

Blog::getHeroImageURLAttribute () has an uused value #178

Closed kunxin-chor closed 5 years ago

kunxin-chor commented 5 years ago
public function getHeroImageUrlAttribute($value)
    {
        return url(str_replace('public/', 'storage/', $this->hero_image));
    }

The method takes in an value which is not used at all.

mlantz commented 5 years ago

Good catch I'll remove that