exports: move activity old aggregators in PersonAggregators folder

This commit is contained in:
2022-08-22 17:11:02 +02:00
parent f8f17a6a06
commit c4944cce17
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class ActivityUserAggregator implements AggregatorInterface
public function applyOn(): string
{
return Declarations::ACTIVITY_PERSON;
return Declarations::ACTIVITY;
}
public function buildForm(FormBuilderInterface $builder)