App\Libraries\ProfileCover::hasCustomCover PHP Method

hasCustomCover() public method

public hasCustomCover ( )
    public function hasCustomCover()
    {
        return array_get($this->data, 'id') === null && array_get($this->data, 'file') !== null;
    }