Skip to content

v2.0.4

Choose a tag to compare

@fherryfherry fherryfherry released this 28 Feb 21:52
· 8 commits to v2.0 since this release

feat(model): implement ArrayAccess for Model class

Add ArrayAccess interface to Model to allow array-like property access.
This enables accessing model attributes via array syntax (e.g., $model['attribute']).