diff --git a/libraries/src/Schema/ChangeItem.php b/libraries/src/Schema/ChangeItem.php index 4c489791d316c..02e6a06cf3e7b 100644 --- a/libraries/src/Schema/ChangeItem.php +++ b/libraries/src/Schema/ChangeItem.php @@ -199,7 +199,7 @@ public function check() try { - $rows = $this->db->loadObject(); + $rows = $this->db->loadRowList(); } catch (\RuntimeException $e) {