style fixing
This commit is contained in:
@@ -22,6 +22,7 @@ class WorkExperience extends Model implements HasMedia
|
||||
{
|
||||
return $this->getFirstMedia('image');
|
||||
}
|
||||
|
||||
public function imageUrl()
|
||||
{
|
||||
return $this->image() ? $this->image()->getUrl() : null;
|
||||
|
||||
Reference in New Issue
Block a user