Restored Status Page localization

This commit is contained in:
Davide Bellini
2015-10-08 11:30:33 +02:00
parent 35679a23d0
commit 8bd46105e6

View File

@@ -28,7 +28,7 @@ class StatusPageRoutes
public function map(Registrar $router)
{
$router->group([
'middleware' => 'app.hasSetting',
'middleware' => ['app.hasSetting', 'localize'],
'setting' => 'app_name',
], function ($router) {
$router->get('/', [