Skip to content

Commit 50340b7

Browse files
committed
add property to trait
1 parent f2878a6 commit 50340b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
trait AutoSet
66
{
7+
protected $autoset = [];
8+
79
/**
810
* For a simple CRUD Panel, there should be no need to add/define the fields.
911
* The public columns in the database will be converted to be fields.

0 commit comments

Comments
 (0)