feat: integrate with easy admin bundle

This commit is contained in:
Björn Fromme
2026-01-11 13:24:07 +01:00
parent d95d0a8930
commit 195af95995
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']);
}