This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/system/UsersBundle/src/Controller Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1414namespace Zikula \UsersBundle \Controller ;
1515
1616use Doctrine \ORM \EntityManagerInterface ;
17+ use EasyCorp \Bundle \EasyAdminBundle \Attribute \AdminRoute ;
1718use EasyCorp \Bundle \EasyAdminBundle \Config \Action ;
1819use EasyCorp \Bundle \EasyAdminBundle \Config \Actions ;
1920use EasyCorp \Bundle \EasyAdminBundle \Config \Crud ;
3132use function Symfony \Component \Translation \t ;
3233
3334#[IsGranted('ROLE_ADMIN ' )]
35+ #[AdminRoute(path: '/groups ' , name: 'groups ' )]
3436class GroupCrudController extends AbstractCrudController
3537{
3638 public function __construct (
Original file line number Diff line number Diff line change 1414namespace Zikula \UsersBundle \Controller ;
1515
1616use Doctrine \ORM \EntityManagerInterface ;
17+ use EasyCorp \Bundle \EasyAdminBundle \Attribute \AdminRoute ;
1718use EasyCorp \Bundle \EasyAdminBundle \Config \Action ;
1819use EasyCorp \Bundle \EasyAdminBundle \Config \Actions ;
1920use EasyCorp \Bundle \EasyAdminBundle \Config \Crud ;
4445use function Symfony \Component \Translation \t ;
4546
4647#[IsGranted('ROLE_ADMIN ' )]
48+ #[AdminRoute(path: '/users ' , name: 'users ' )]
4749class UserCrudController extends AbstractCrudController
4850{
4951 public function __construct (
You can’t perform that action at this time.
0 commit comments