Delete menu utilisateurs

This commit is contained in:
Michael RICOIS 2016-09-06 14:09:05 +02:00
parent 247dc126fc
commit 71c809c55f

View File

@ -10,12 +10,6 @@ return array(
'label' => "Services",
'module' => 'admin',
'controller' => 'service',
'action' => 'index',
),
array(
'label' => "Utilisateurs",
'module' => 'admin',
'controller' => 'user',
'action' => 'index',
),
);