Fix minore

This commit is contained in:
valentina 2024-09-09 09:36:14 +02:00
parent 11c0768197
commit a9cc2ff678
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class Backup
{
// Creazione del backup eventuale
if (!self::isDailyComplete()) {
return self::create();
return self::create([]);
}
return false;