Fix method for 21

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-01-20 22:46:05 +01:00
parent f263ae09b7
commit 543cc682bf
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -62,6 +62,6 @@ class Version24000Date20211230140012 extends SimpleMigrationStep {
$update->update('jobs')
->set('argument_hash', $update->func()->md5('argument'));
$update->executeStatement();
$update->execute();
}
}