mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
Fix default forum route controller
This commit is contained in:
@@ -20,7 +20,7 @@ class ConfigureForumRoutes extends AbstractConfigureRoutes
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function get($url, $name, $handler = 'Flarum\Forum\Action\ClientAction')
|
public function get($url, $name, $handler = 'Flarum\Forum\Controller\ClientController')
|
||||||
{
|
{
|
||||||
parent::get($url, $name, $handler);
|
parent::get($url, $name, $handler);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user