->scalarNode('entity')->defaultValue(User::class)->info('If you want to extend the entity, the entity name must also be "User". Example: App/Entity/User')->end()
->scalarNode('entity')->defaultValue(AdminUser::class)->info('If you want to extend the entity, the entity name must also be "AdminUser". Example: App/Entity/AdminUser')->end()