diff --git a/src/Event/ConfigureForumRoutes.php b/src/Event/ConfigureForumRoutes.php index 49f65665d..a9cd88fc6 100644 --- a/src/Event/ConfigureForumRoutes.php +++ b/src/Event/ConfigureForumRoutes.php @@ -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); }