From 543cc682bf20b037eb1f0fba830a6d3b50b040ad Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 20 Jan 2022 22:46:05 +0100 Subject: Fix method for 21 Signed-off-by: Joas Schilling --- core/Migrations/Version24000Date20211230140012.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Migrations/Version24000Date20211230140012.php b/core/Migrations/Version24000Date20211230140012.php index fc013338862..0c679d62289 100644 --- a/core/Migrations/Version24000Date20211230140012.php +++ b/core/Migrations/Version24000Date20211230140012.php @@ -62,6 +62,6 @@ class Version24000Date20211230140012 extends SimpleMigrationStep { $update->update('jobs') ->set('argument_hash', $update->func()->md5('argument')); - $update->executeStatement(); + $update->execute(); } } -- cgit v1.2.3