We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cc104 commit 0e24743Copy full SHA for 0e24743
2 files changed
Resources/config/services.exporter.types.yml
@@ -16,7 +16,7 @@ services:
16
class: Superbrave\GdprBundle\Serializer\Normalizer\AnnotationNormalizer
17
arguments:
18
- "@superbrave_gdpr.annotation.reader"
19
- - "Superbrave\\GdprBundle\\Annotation\\Export"
+ - '@Superbrave\GdprBundle\Annotation\Export'
20
- "@superbrave_gdpr.property_manipulator"
21
tags:
22
- { name: "superbrave_gdpr.serializer.normalizer" }
Resources/config/services.yml
@@ -2,6 +2,8 @@ services:
2
_defaults:
3
public: false
4
5
+ Superbrave\GdprBundle\Annotation\Anonymize:
6
+ Superbrave\GdprBundle\Annotation\Export:
7
Superbrave\GdprBundle\Annotation\AnnotationReader:
8
9
Superbrave\GdprBundle\Export\Exporter:
0 commit comments