mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
allow all roles except cliente-administrador y cliente
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user