lib/avo/licensing/license_manager.rb in avo-2.35.0 vs lib/avo/licensing/license_manager.rb in avo-2.36.0

- old
+ new

@@ -10,10 +10,10 @@ when "community" CommunityLicense.new @hq_response when "pro" ProLicense.new @hq_response else - NullLicense.new @hq_response + NilLicense.new @hq_response end end def self.refresh_license(request) new(Licensing::HQ.new(request).fresh_response).license