Exemplo n.º 1
0
 /**
  * Reset the config to reapply assignment plugins
  */
 protected function reset()
 {
     $this->assigner->reset();
     // Start with an empty configuration collection.
     $this->featuresManager->setConfigCollection([]);
 }