v2.1.0 - Simplified Service Configuration
What's Changed
- Simplified the
configure
method inBlaspService
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.