App\Libraries\ProfileCover::url PHP Method

url() public method

public url ( )
    public function url()
    {
        if ($this->hasCustomCover()) {
            return $this->fileUrl();
        }
        return '/images/headers/profile-covers/c' . $this->id() . '.jpg';
    }