DirectorObjectForm: remove unused property
This commit is contained in:
parent
44a90afea2
commit
38d17af92e
|
@ -43,9 +43,7 @@ abstract class DirectorObjectForm extends DirectorForm
|
|||
|
||||
protected $deleteButtonName;
|
||||
|
||||
protected $fieldsDisplayGroup;
|
||||
|
||||
protected $displayGroups = array();
|
||||
protected $displayGroups = [];
|
||||
|
||||
protected $resolvedImports;
|
||||
|
||||
|
|
Loading…
Reference in New Issue