Replies: 1 comment
-
This is an inconsistency and should be treated as such. I don't understand why the bug report was closed.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
$model->loadMissing doesn't work with arrays to load nested relations

Steps To Reproduce:
Just try to $model->loadMissing([
'relation1',
['relation','nested_relation']
])
Beta Was this translation helpful? Give feedback.
All reactions