예제 #1
0
파일: Core.php 프로젝트: puggin/pugs
 /**
  * @inheritdocs
  */
 public function get($name)
 {
     return $this->container->get($name);
 }