Revert "MVC: ArrayField type, allow access to internalTemplateNode for inherited classes."

This reverts commit cc66998387c15234aa666101b48673d0a1d53fc3.
This commit is contained in:
Ad Schellevis 2020-06-18 18:27:31 +02:00
parent b4212f73cb
commit 5c7efdd1bc

View File

@ -37,7 +37,7 @@ class ArrayField extends BaseField
/**
* @var null|BaseField node to use for copying
*/
protected $internalTemplateNode = null;
private $internalTemplateNode = null;
/**
* Copy first node pointer as template node to make sure we always have a template to create new nodes from.