You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create an issue, but "create bug" option redirect on the same page, please check
configuration bug
/*
* The encryption algorithm to be used for archive encryption.
* You can set it to `null` or `false` to disable encryption.
*
* When set to 'default', we'll use ZipArchive::EM_AES_256 if it is
* available on your system.
*/
'encryption' => 'default',
But when I try to set null or false Spatie\Backup\Config\BackupConfig::__construct(): Argument #10 ($encryption) must be of type string, null given, called in /vagrant/vendor/spatie/laravel-backup/src/Config/BackupConfig.php on line 35
because BackupConfig allow only strings
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to create an issue, but "create bug" option redirect on the same page, please check
configuration bug
But when I try to set null or false
Spatie\Backup\Config\BackupConfig::__construct(): Argument #10 ($encryption) must be of type string, null given, called in /vagrant/vendor/spatie/laravel-backup/src/Config/BackupConfig.php on line 35
because BackupConfig allow only strings
Beta Was this translation helpful? Give feedback.
All reactions