Skip to content

v2.0.6: Changes method visibility to protected

Choose a tag to compare

@thorewi thorewi released this 04 Jun 06:55
· 57 commits to main since this release
Updates the visibility of a method from private to protected.

This adjustment enables derived classes to override or extend the
functionality of this method, promoting code reusability and
extensibility.