We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c169b commit 51584a1Copy full SHA for 51584a1
src/app/Library/CrudPanel/Traits/Relationships.php
@@ -22,7 +22,6 @@ public function getRelationInstance($field)
22
if (method_exists($model, $possible_method)) {
23
$parts = explode('.', $entity);
24
// here we are going to iterate through all relation parts to check
25
- // if the attribute is present in the relation string.
26
foreach ($parts as $i => $part) {
27
$relation = $model->$part();
28
$model = $relation->getRelated();
0 commit comments