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 78c689f commit f8f5f5bCopy full SHA for f8f5f5b
src/app/Library/CrudPanel/Traits/ColumnsProtectedMethods.php
@@ -142,7 +142,7 @@ protected function makeSureColumnHasEntity($column)
142
// if the name is dot notation it might be a relationship
143
if (strpos($column['name'], '.') !== false) {
144
$possibleMethodName = Str::before($column['name'], '.');
145
-
+
146
// if the first part of the string exists as method,
147
// it is a relationship
148
if (method_exists($this->model, $possibleMethodName)) {
0 commit comments