Inheritance: extends Kraken\Network\NetworkComponentInterface
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function removeRoute($path)
 {
     return $this->router->removeRoute($path);
 }