Skip to content

Commit 0e24743

Browse files
author
Jelle van Oosterbosch
committed
Fixed missing annotations errors because we don't have autowiring
1 parent e7cc104 commit 0e24743

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Resources/config/services.exporter.types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
class: Superbrave\GdprBundle\Serializer\Normalizer\AnnotationNormalizer
1717
arguments:
1818
- "@superbrave_gdpr.annotation.reader"
19-
- "Superbrave\\GdprBundle\\Annotation\\Export"
19+
- '@Superbrave\GdprBundle\Annotation\Export'
2020
- "@superbrave_gdpr.property_manipulator"
2121
tags:
2222
- { name: "superbrave_gdpr.serializer.normalizer" }

Resources/config/services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ services:
22
_defaults:
33
public: false
44

5+
Superbrave\GdprBundle\Annotation\Anonymize:
6+
Superbrave\GdprBundle\Annotation\Export:
57
Superbrave\GdprBundle\Annotation\AnnotationReader:
68

79
Superbrave\GdprBundle\Export\Exporter:

0 commit comments

Comments
 (0)