Ejemplo n.º 1
0
 /**
  * Remove a service
  *
  * @param  string $name
  * @return Application
  */
 public function removeService($name)
 {
     $this->services->remove($name);
     return $this;
 }