mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +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);
|
$routeData = $this->routeParser->parse($path);
|
||||||
$this->dataGenerator->addRoute($method, $routeData, $handler);
|
$this->dataGenerator->addRoute($method, $routeData, $handler);
|
||||||
|
|
||||||
$routeDate['method'] = $method;
|
$routeData['method'] = $method;
|
||||||
$this->reverse[$name] = $routeData;
|
$this->reverse[$name] = $routeData;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user