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

View file

@ -71,7 +71,7 @@ class MigrateBackgroundImages extends QueuedJob {
protected function run($argument): void {
if (!isset($argument['stage'])) {
// not executed in 25.0.0?!
$argument['stage'] = 'prepare';
$argument['stage'] = self::STAGE_PREPARE;
}
switch ($argument['stage']) {