Exemplo n.º 1
0
 /**
  * Unregister a provider bundle with persistence.
  *
  * @param ProviderBundle $bundle
  */
 public function unregisterProviderBundle(ProviderBundle $bundle)
 {
     $this->storage->unregisterProviderByArea($bundle->getArea());
     $this->reload();
 }