mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Fix a typo
This commit is contained in:
parent
bc1cecd0b0
commit
ff3196db4b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user