Exemplo n.º 1
0
Arquivo: Core.php Projeto: puggin/pugs
 /**
  * @inheritdocs
  */
 public function get($name)
 {
     return $this->container->get($name);
 }