/**
  * {@inheritdoc}
  */
 public function run($url = null)
 {
     $this->route->arguments = func_get_args();
     return parent::run();
 }