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 bd27a24 commit 21c434eCopy full SHA for 21c434e
src/Models/CustomField.php
@@ -65,7 +65,7 @@ class CustomField extends Model
65
use HasFieldType;
66
67
/**
68
- * @var array<string>|bool
+ * @var array<string>
69
*/
70
protected $guarded = [];
71
src/Models/CustomFieldSection.php
@@ -47,7 +47,7 @@ class CustomFieldSection extends Model
47
use HasFactory;
48
49
50
51
52
53
0 commit comments