Skip to content

Commit 42f9247

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent c69709b commit 42f9247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/ColumnsProtectedMethods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ protected function makeSureColumnHasEntity($column)
150150

151151
// if it has parameters it's not a relation method.
152152
$column['entity'] = $this->modelMethodHasParameters($this->model, $possibleMethodName) ? false : $column['name'];
153-
153+
154154
$parts = explode('.', $column['entity']);
155155

156156
$attribute_in_relation = false;

0 commit comments

Comments
 (0)