Commit fe78d58b authored by Rajendra Kadam's avatar Rajendra Kadam

Use abolsute path for module

parent f7391e51
......@@ -13,7 +13,7 @@ module EE
override :execute
def execute
return super unless ::License.current.present?
return [] unless ServicePingSettings.product_intelligence_enabled?
return [] unless ::ServicePing::ServicePingSettings.product_intelligence_enabled?
optional_enabled = ::Gitlab::CurrentSettings.usage_ping_enabled?
customer_service_enabled = ::License.current.customer_service_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment