Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@deemonic deemonic released this 27 Feb 22:01
· 1 commit to main since this release

v2.1.0 - Simplified Service Configuration

What's Changed

  • Simplified the configure method in BlaspService class by removing unnecessary null parameter
  • Improved code clarity and reduced redundancy in service instantiation

Technical Details

Modified src/BlaspService.php:

  • Removed redundant null parameter from BlaspService configuration
  • Streamlined service instantiation process

Upgrading

This update is fully backwards compatible with v2.0.0. No changes are required in existing implementations.