mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 02:54:45 +02:00
add default value for "ignored_files" in backup factory
This commit is contained in:
parent
488acce564
commit
7a4289cee1
@ -28,6 +28,7 @@ class BackupFactory extends Factory
|
||||
'is_successful' => true,
|
||||
'created_at' => CarbonImmutable::now(),
|
||||
'completed_at' => CarbonImmutable::now(),
|
||||
'ignored_files' => [],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user