lib/avo/licensing/license_manager.rb in avo-3.0.0.beta1 vs lib/avo/licensing/license_manager.rb in avo-3.0.0.pre1

- old
+ new

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