/**
  * {@inheritDoc}
  */
 protected function applyVardefRules()
 {
     parent::applyVardefRules();
     if (!empty($this->ext2) && !empty($this->module) && $this->ext2 !== $this->module) {
         $this->module = $this->ext2;
     }
 }