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 c69709b commit 42f9247Copy full SHA for 42f9247
src/app/Library/CrudPanel/Traits/ColumnsProtectedMethods.php
@@ -150,7 +150,7 @@ protected function makeSureColumnHasEntity($column)
150
151
// if it has parameters it's not a relation method.
152
$column['entity'] = $this->modelMethodHasParameters($this->model, $possibleMethodName) ? false : $column['name'];
153
-
+
154
$parts = explode('.', $column['entity']);
155
156
$attribute_in_relation = false;
0 commit comments