Move Tenant attribute encryption in the navigation

This commit is contained in:
lukinovec 2022-07-20 15:50:13 +02:00 committed by GitHub
parent cd6ead3be7
commit d52192ef7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,6 @@ return [
'children' => [ 'children' => [
'The two applications' => 'the-two-applications', 'The two applications' => 'the-two-applications',
'Tenants' => 'tenants', 'Tenants' => 'tenants',
'Tenant attribute encryption' => 'tenant-attribute-encryption',
'Domains' => 'domains', 'Domains' => 'domains',
'Event system' => 'event-system', 'Event system' => 'event-system',
'Routes' => 'routes', 'Routes' => 'routes',
@ -210,6 +209,7 @@ return [
], ],
], ],
'Console commands' => 'console-commands', 'Console commands' => 'console-commands',
'Tenant attribute encryption' => 'tenant-attribute-encryption',
'Cached lookup' => 'cached-lookup', 'Cached lookup' => 'cached-lookup',
'Real-time facades' => 'realtime-facades', 'Real-time facades' => 'realtime-facades',
'Tenant maintenance mode' => 'tenant-maintenance-mode', 'Tenant maintenance mode' => 'tenant-maintenance-mode',