mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-29 22:39:32 +00:00
Fixed entity export.
This commit is contained in:
parent
b6f95ebe48
commit
181e0f72ed
5 changed files with 30 additions and 9 deletions
|
|
@ -92,6 +92,11 @@ services:
|
|||
tags:
|
||||
- name: doctrine.orm.entity_listener
|
||||
|
||||
# Dont use JSONSerializable Interface,
|
||||
serializer.normalizer.json_serializable:
|
||||
class: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer
|
||||
tags:
|
||||
- {name: serializer.normalizer, priority: -9000}
|
||||
|
||||
App\Controller\RedirectController:
|
||||
arguments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue