Commit a28124b
committed
feat: make config property protected to enable inheritance
BREAKING CHANGE: Changed `config` property from private to protected to allow
subclasses to access internal state. This enables better extensibility but
may affect consumers who subclass DrupalJsonApiParams.
- Changed `private config` to `protected config` in DrupalJsonApiParams class
- Allows subclasses to access and modify internal config state
- Improves library extensibility for advanced use cases1 parent 23597d3 commit a28124b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments