From d52192ef7e21ed9c315f031886f64eb6e62b7676 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 20 Jul 2022 15:50:13 +0200 Subject: [PATCH] Move Tenant attribute encryption in the navigation --- navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation.php b/navigation.php index d0a505f..65c3caf 100644 --- a/navigation.php +++ b/navigation.php @@ -144,7 +144,6 @@ return [ 'children' => [ 'The two applications' => 'the-two-applications', 'Tenants' => 'tenants', - 'Tenant attribute encryption' => 'tenant-attribute-encryption', 'Domains' => 'domains', 'Event system' => 'event-system', 'Routes' => 'routes', @@ -210,6 +209,7 @@ return [ ], ], 'Console commands' => 'console-commands', + 'Tenant attribute encryption' => 'tenant-attribute-encryption', 'Cached lookup' => 'cached-lookup', 'Real-time facades' => 'realtime-facades', 'Tenant maintenance mode' => 'tenant-maintenance-mode',