From cea38b4219f8c1562093bcf1f010aa66ee5f4133 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Tue, 4 Nov 2025 10:07:50 +0100 Subject: [PATCH] add users in panel --- site/config/menu.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/config/menu.php b/site/config/menu.php index 4b222d5..dd4d475 100644 --- a/site/config/menu.php +++ b/site/config/menu.php @@ -19,4 +19,6 @@ return [ return Str::contains($path, 'pages/boutique'); }, ], + '-', + 'users' ]; \ No newline at end of file