/**
  * @param array $restControllers
  */
 public function __construct(array $config, array $restControllers = [])
 {
     parent::__construct($restControllers);
     $this->config = $config;
 }