App\Libraries\ProfileCover::url PHP Метод

url() публичный Метод

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