v2.1.0
v2.1.0 - Simplified Service Configuration
What's Changed
- Simplified the
configuremethod inBlaspServiceclass 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
BlaspServiceconfiguration - Streamlined service instantiation process
Upgrading
This update is fully backwards compatible with v2.0.0. No changes are required in existing implementations.