public function setConfigurator($callable)
 {
     $this->changes['configurator'] = true;
     return parent::setConfigurator($callable);
 }