Commit 7680b4b9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'prepend_mod_features' into 'master'

Add prepend_mod for Features and License

See merge request gitlab-org/gitlab!83263
parents e7b9fe68 16d69e95
......@@ -299,3 +299,5 @@ module GitlabSubscriptions
end
end
end
GitlabSubscriptions::Features.prepend_mod
......@@ -534,3 +534,5 @@ class License < ApplicationRecord
(expires_at || Time.current).end_of_day
end
end
License.prepend_mod
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