1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Fix a typo

This commit is contained in:
Franz Liedke
2015-05-22 02:56:06 +02:00
parent bc1cecd0b0
commit ff3196db4b

View File

@@ -71,7 +71,7 @@ class Router
$routeData = $this->routeParser->parse($path);
$this->dataGenerator->addRoute($method, $routeData, $handler);
$routeDate['method'] = $method;
$routeData['method'] = $method;
$this->reverse[$name] = $routeData;
return $this;