allow all roles except cliente-administrador y cliente

This commit is contained in:
amazuecos
2025-04-03 19:51:52 +02:00
parent 465ab4c8f5
commit 0cde6d5fc5
7 changed files with 22 additions and 22 deletions

View File

@ -2,7 +2,7 @@
/**
* MENU MENSAJES
*/
if (auth()->user()->inGroup('beta') || auth()->user()->inGroup('cliente-editor')) {
if (!auth()->user()->inGroup('cliente-administrador','cliente')) {
?>
<!-- Messages -->
<li class="menu-item">