start of social actions export

This commit is contained in:
2022-07-26 10:41:24 +02:00
parent 70f118011b
commit a06a2c9592
5 changed files with 132 additions and 10 deletions

View File

@@ -21,4 +21,6 @@ abstract class Declarations
public const PERSON_TYPE = 'person';
public const ACP_TYPE = 'accompanying_period';
public const SOCIAL_ACTION_TYPE = 'social_actions';
}