Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
Arrayable
support for SimpleDTO
(#693)
* Added Arrayable support for SimpleDTO * feat: Refactor SimpleDTO's isArrayable method The code changes in `SimpleDTO.php` refactor the `isArrayable` method to improve readability and maintainability. The changes reorder the conditions to prioritize commonly used types and remove unnecessary checks. This ensures that the method accurately determines if a value is arrayable. --------- Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
- Loading branch information