v1.7.1
Fixed
MissingSettingsexception during artisan boot when scheduled cleanup is registered before thefin-mail-loggingsettings have been migrated. The catch aroundapp(LoggingSettings::class)didn't cover the lazy property access that actually triggers the load, so the exception escaped and brokepackage:discoverandfin-mail:installin some setups (#13, thanks @devrizzz)
Notes
spatie/laravel-settingsis now mentioned explicitly in the README as an auto-installed dependency
Full Changelog: v1.7.0...v1.7.1