We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e24743 commit 5965459Copy full SHA for 5965459
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,8 +2,6 @@ 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