Example #1
0
 /**
  * Unregister a factory-adapter
  *
  * @param string $adapter Adapter's name
  * @return self
  */
 public function unregisterAdapter($adapter)
 {
     $this->builder->unregisterAdapter(get_called_class(), $adapter);
     return $this;
 }