From fa352c3d415ec670f870d2be7cc09f74d7563024 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 1 Sep 2022 13:23:52 +0200 Subject: [PATCH] Add navigation link to the tenant-aware commands page --- navigation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/navigation.php b/navigation.php index 65c3caf..75dded2 100644 --- a/navigation.php +++ b/navigation.php @@ -209,6 +209,7 @@ return [ ], ], 'Console commands' => 'console-commands', + 'Tenant-aware commands' => 'tenant-aware-commands', 'Tenant attribute encryption' => 'tenant-attribute-encryption', 'Cached lookup' => 'cached-lookup', 'Real-time facades' => 'realtime-facades',