We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2878a6 commit 50340b7Copy full SHA for 50340b7
src/app/Library/CrudPanel/Traits/AutoSet.php
@@ -4,6 +4,8 @@
4
5
trait AutoSet
6
{
7
+ protected $autoset = [];
8
+
9
/**
10
* For a simple CRUD Panel, there should be no need to add/define the fields.
11
* The public columns in the database will be converted to be fields.
0 commit comments