Skip to content

Commit 543cc68

Browse files
committed
Fix method for 21
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent f263ae0 commit 543cc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Migrations/Version24000Date20211230140012.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array
6262
$update->update('jobs')
6363
->set('argument_hash', $update->func()->md5('argument'));
6464

65-
$update->executeStatement();
65+
$update->execute();
6666
}
6767
}

0 commit comments

Comments
 (0)