Merge pull request #748

This commit is contained in:
symfony-flex-server[bot]
2019-10-18 11:12:26 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,4 @@
artox_lab_clarc:
api:
serializer:
class: \ArtoxLab\Bundle\ClarcBundle\Core\Interfaces\UI\API\Transformers\Serializers\NullObjectArraySerializer
+14
View File
@@ -0,0 +1,14 @@
{
"bundles": {
"ArtoxLab\\Bundle\\ClarcBundle\\ArtoxLabClarcBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"Layers/Entities/": "%SRC_DIR%/Entities/",
"Layers/UseCases/": "%SRC_DIR%/UseCases/",
"Layers/Interfaces/": "%SRC_DIR%/Interfaces/",
"Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/"
}
}