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