Skip to content

Commit ac75a8f

Browse files
authored
Merge pull request #240 from meyerbaptiste/update_mapping_paths_config
Add the mapping paths config
2 parents e7a0fb9 + 9348af9 commit ac75a8f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

core/configuration.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,9 @@ api_platform:
112112

113113
# ...
114114

115-
# Custom paths to look for api resource configurations
116-
loader_paths:
117-
annotation: []
118-
xml: []
119-
yaml:
120-
- "%kernel.root_dir%/../src/api/user_resources.yml"
115+
# The list of paths with files or directories where the bundle will look for additional resource files.
116+
mapping:
117+
paths: ['%kernel.project_dir%/src/Entity']
121118
```
122119
123120
Previous chapter: [Getting Started](getting-started.md)

0 commit comments

Comments
 (0)