Ejemplo n.º 1
0
 /**
  * @return ContainerInterface
  */
 public static function container()
 {
     if (!self::$container) {
         self::$container = Bootstrap::getContainer();
     }
     return self::$container;
 }