Localize the status page to the visitors lang. Closes #835
This commit is contained in:
@@ -28,7 +28,7 @@ class SubscribeRoutes
|
||||
public function map(Registrar $router)
|
||||
{
|
||||
$router->group([
|
||||
'middleware' => 'app.hasSetting',
|
||||
'middleware' => ['app.hasSetting', 'localize'],
|
||||
'setting' => 'app_name',
|
||||
'as' => 'subscribe.',
|
||||
], function ($router) {
|
||||
|
||||
Reference in New Issue
Block a user