Make Gitlab::GlRepository#types an instance method
Having this as an instance method makes it easier to override in the prepended `EE` module. If we try to override this method on the module itself, it would not be overridden correctly, depending on the load order.
Showing
Please register or sign in to comment