mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
8992ba85c7
commit
5eb5d39d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue