mirror of
https://github.com/flarum/core.git
synced 2025-10-10 22:44:25 +02:00
Supporting routing of URL with nothing after the discussion ID
closes flarum/core#181
This commit is contained in:
@@ -71,6 +71,7 @@ abstract class ClientAction extends HtmlAction
|
||||
/**
|
||||
* @param Client $apiClient
|
||||
* @param LocaleManager $locales
|
||||
* @param SettingsRepository $settings
|
||||
*/
|
||||
public function __construct(Client $apiClient, LocaleManager $locales, SettingsRepository $settings)
|
||||
{
|
||||
|
Reference in New Issue
Block a user