mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en user y groups con el nuevo formato
This commit is contained in:
@ -140,7 +140,6 @@ class LoginAuthFilter implements FilterInterface
|
||||
'Migrate',
|
||||
'Test',
|
||||
'GoBaseController'
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
@ -171,7 +170,11 @@ class LoginAuthFilter implements FilterInterface
|
||||
'__construct',
|
||||
'validateControllerAccess',
|
||||
'whiteListController',
|
||||
'whiteListMethod'
|
||||
'whiteListMethod',
|
||||
'allItemsSelect',
|
||||
'menuItems',
|
||||
'collect',
|
||||
'cast',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user