예제 #1
0
 /**
  *
  * @param string $name
  */
 public function removeService($name)
 {
     $this->serviceProvider->remove($name);
 }