feat: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent bdcd54687d
commit 136e2d68a2
10 changed files with 256 additions and 115 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ class UserCrudController extends AbstractCrudController
public function configureCrud(Crud $crud): Crud
{
return $crud
->setEntityLabelInSingular('Kundenaccount')
->setEntityLabelInPlural('Kundenaccounts')
->setEntityLabelInSingular('Benutzeraccount')
->setEntityLabelInPlural('Benutzeraccounts')
->setDefaultSort(['lastLoginAt' => 'DESC']);
}