mirror of
https://github.com/flarum/framework.git
synced 2025-04-11 09:56:14 +08:00
Fix default forum route controller
This commit is contained in:
parent
044d730480
commit
dfb9f23eee
@ -20,7 +20,7 @@ class ConfigureForumRoutes extends AbstractConfigureRoutes
|
||||
/**
|
||||
* {@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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user