Commit 986b723
committed
fix(Rest): use check_method for description property access
Replace direct $model->description access with check_method
getter/property fallback to prevent PHP 8.2+ dynamic
property deprecation notices and potential fatal errors
on non-public description properties.1 parent b6bbc58 commit 986b723
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments