spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.61k stars 758 forks source link

[9.x] Fixed types #1809

Closed rcerljenko closed 2 months ago

rcerljenko commented 2 months ago

Fixed types described in more detail here: https://github.com/spatie/laravel-backup/issues/1808

Nielsvanpach commented 2 months ago

The nullable config value is already released in 9.0.1

Could you also add a test for the array solution?

rcerljenko commented 2 months ago

i see that there's a parallel PR for this... so maybe switch to that one instead?