mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
use .json extentions
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
dbd573e1b0
commit
a2bce2c6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class MigrateBackgroundImages extends QueuedJob {
|
|||
protected const STAGE_PREPARE = 'prepare';
|
||||
protected const STAGE_EXECUTE = 'execute';
|
||||
// will be saved in appdata/theming/global/
|
||||
protected const STATE_FILE_NAME = '25_dashboard_to_theming_migration_users.txt';
|
||||
protected const STATE_FILE_NAME = '25_dashboard_to_theming_migration_users.json';
|
||||
|
||||
private IAppDataFactory $appDataFactory;
|
||||
private IJobList $jobList;
|
||||
|
|
|
|||
Loading…
Reference in a new issue