Skip to content

Commit e84577a

Browse files
committed
php 8 bug table line 278
1 parent e235ec0 commit e84577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private function execute_eager_load($models = array(), $attrs = array(), $includ
275275
$nested_includes = array();
276276

277277
$rel = $this->get_relationship($name, true);
278-
$rel->load_eagerly($this, $models, $attrs, $nested_includes);
278+
$rel->load_eagerly($this, $nested_includes, $models, $attrs);
279279
}
280280
}
281281

0 commit comments

Comments
 (0)