Rename ListPersonWithAccompanyingPeriod to ListPersonHavingAccompanyingPeriod

This commit is contained in:
Julien Fastré 2023-07-07 09:36:39 +02:00
parent 56d9072abe
commit 7f30742fc3
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 7 additions and 2 deletions

View File

@ -35,7 +35,12 @@ use function count;
use function in_array;
use function strlen;
class ListPersonWithAccompanyingPeriod implements ExportElementValidatedInterface, ListInterface, GroupedExportInterface
/**
* List the persons, having an accompanying period.
*
* Details of the accompanying period are not included
*/
class ListPersonHavingAccompanyingPeriod implements ExportElementValidatedInterface, ListInterface, GroupedExportInterface
{
private ExportAddressHelper $addressHelper;

View File

@ -24,7 +24,7 @@ services:
tags:
- { name: chill.export, alias: list_person }
Chill\PersonBundle\Export\Export\ListPersonWithAccompanyingPeriod:
Chill\PersonBundle\Export\Export\ListPersonHavingAccompanyingPeriod:
autowire: true
autoconfigure: true
tags: