diff --git a/src/Controller/Component/NavigationComponent.php b/src/Controller/Component/NavigationComponent.php index 23dac07..58e0b6b 100644 --- a/src/Controller/Component/NavigationComponent.php +++ b/src/Controller/Component/NavigationComponent.php @@ -406,6 +406,11 @@ class NavigationComponent extends Component 'url' => '/', 'icon' => 'home' ], + 'Instance:settings' => [ + 'label' => __('Settings'), + 'url' => '/instance/settings', + 'icon' => 'cogs' + ], 'Instance:migrationIndex' => [ 'label' => __('Database Migration'), 'url' => '/instance/migrationIndex',