Commit 45d62e6e authored by Mike Kozono's avatar Mike Kozono

Remove Geo suffix

To make this module consistent with the rest of the codebase.
parent 6dc3874c
...@@ -53,4 +53,4 @@ class Packages::PackageFile < ApplicationRecord ...@@ -53,4 +53,4 @@ class Packages::PackageFile < ApplicationRecord
end end
end end
Packages::PackageFile.prepend_if_ee('EE::Packages::PackageFileGeo') Packages::PackageFile.prepend_if_ee('EE::Packages::PackageFile')
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module EE module EE
module Packages module Packages
module PackageFileGeo module PackageFile
extend ActiveSupport::Concern extend ActiveSupport::Concern
prepended do prepended do
......
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