Skip to content

Commit f8f5f5b

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 78c689f commit f8f5f5b

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
@@ -142,7 +142,7 @@ protected function makeSureColumnHasEntity($column)
142142
// if the name is dot notation it might be a relationship
143143
if (strpos($column['name'], '.') !== false) {
144144
$possibleMethodName = Str::before($column['name'], '.');
145-
145+
146146
// if the first part of the string exists as method,
147147
// it is a relationship
148148
if (method_exists($this->model, $possibleMethodName)) {

0 commit comments

Comments
 (0)