예제 #1
0
 public function __construct(LayerInterface $next = null, array $config = [], array $env = [])
 {
     parent::__construct($next, $config, $env);
     $this->routes = [];
 }