1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

Fix default forum route controller

This commit is contained in:
Toby Zerner
2015-10-14 17:03:29 +10:30
parent 945d65c91b
commit 4eebd97b46

View File

@@ -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);
} }