Skip to content

Commit 1df60e2

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent f24db16 commit 1df60e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function setFromDb($setFields = true, $setColumns = true)
4040
}
4141
}, $this->getDbColumnsNames());
4242

43-
$this->autoset = [];
43+
$this->autoset = [];
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)