Commit b56a1ac
dylan
Changes to allow for multiple mappings
Useful when a api is split into a number of contexts1 parent 00c03db commit b56a1acCopy full SHA for b56a1ac
2 files changed
+49-20Lines changed: 49 additions & 20 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/DependencyInjection
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/DependencyInjection/Configuration.php+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
29 | 30 | |
30 | 31 | |
31 | 32 | |
|
Collapse file
src/DependencyInjection/NilPortuguesSymfonyJsonApiExtension.php
Copy file name to clipboardExpand all lines: src/DependencyInjection/NilPortuguesSymfonyJsonApiExtension.php+44-16Lines changed: 44 additions & 16 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
49 | 59 | |
50 | 60 | |
51 | | - |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
56 | 75 | |
57 | | - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
58 | 82 | |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
59 | 87 | |
60 | 88 | |
61 | 89 | |
|
0 commit comments