use const

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:38:48 +02:00 committed by Vincent Petry
parent 8992ba85c7
commit 5eb5d39d9f
No known key found for this signature in database
GPG key ID: E055D6A4D513575C

View file

@ -43,6 +43,6 @@ class InitBackgroundImagesMigration implements \OCP\Migration\IRepairStep {
}
public function run(IOutput $output) {
$this->jobList->add(MigrateBackgroundImages::class, ['stage' => 'prepare']);
$this->jobList->add(MigrateBackgroundImages::class, ['stage' => MigrateBackgroundImages::STAGE_PREPARE]);
}
}