feat: integrate with easy admin bundle
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user