App\Libraries\ProfileCover::hasCustomCover PHP 메소드

hasCustomCover() 공개 메소드

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