Example #1
0
File: Core.php Project: puggin/pugs
 /**
  * @inheritdocs
  */
 public function get($name)
 {
     return $this->container->get($name);
 }