Gitamin\Models\User::getAvatarSmallAttribute PHP Method

getAvatarSmallAttribute() public method

    public function getAvatarSmallAttribute()
    {
        return $this->avatar_url ? $this->avatar_url : '/img/avatar_small.jpg';
    }