From 1df60e2a98eb3f9d7a2ad462fbe3d17527a1fee2 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 3 Apr 2024 14:40:50 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/app/Library/CrudPanel/Traits/AutoSet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Library/CrudPanel/Traits/AutoSet.php b/src/app/Library/CrudPanel/Traits/AutoSet.php index d495878692..1944278ff6 100644 --- a/src/app/Library/CrudPanel/Traits/AutoSet.php +++ b/src/app/Library/CrudPanel/Traits/AutoSet.php @@ -40,7 +40,7 @@ public function setFromDb($setFields = true, $setColumns = true) } }, $this->getDbColumnsNames()); - $this->autoset = []; + $this->autoset = []; } /**