* @license GPL2 or any later version */ class InstituteConfig extends RangeConfig { /** * range type */ const RANGE_TYPE = 'institute'; }