1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 00:06:55 +02:00

Fix issue processwire/processwire-issues#1136 plus some other minor unrelated adjustments

This commit is contained in:
Ryan Cramer
2020-07-30 15:45:44 -04:00
parent 7503ecd781
commit b855b1f6f5
5 changed files with 6 additions and 4 deletions

View File

@@ -41,6 +41,8 @@ class Fieldgroup extends WireArray implements Saveable, Exportable, HasLookupIte
/**
* Any fields that were removed from this instance are noted so that Fieldgroups::save() can delete unused data
*
* @var FieldsArray|null
*
*/
protected $removedFields = null;