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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user