Commit 5bf2694
committed
feat: make data property protected to enable inheritance
BREAKING CHANGE: Changed `data` 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 data` to `protected data` in DrupalJsonApiParams class
- Allows subclasses to access and modify internal query state
- Improves library extensibility for advanced use cases1 parent 25d7f8a commit 5bf2694
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments