add users in panel

This commit is contained in:
isUnknown 2025-11-04 10:07:50 +01:00
parent 3bcb51c829
commit cea38b4219

View file

@ -19,4 +19,6 @@ return [
return Str::contains($path, 'pages/boutique'); return Str::contains($path, 'pages/boutique');
}, },
], ],
'-',
'users'
]; ];