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:
blizzz 2022-10-21 09:25:55 +02:00 committed by Arthur Schiwon
parent dbd573e1b0
commit a2bce2c6fc
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -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;