Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add getOrder method with dynamic column support.
- Implemented `getOrder()` method to fetch order value from a dynamically determined column, enhancing flexibility in model configuration. - Added tests to validate the `getOrder()` functionality. - Updated PHPDoc for `getOrder()` to clearly explain the method's behavior and its dynamic column determination. This update ensures that the model can handle varying order columns, catering to different sorting configurations seamlessly.
- Loading branch information