mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Revert "MVC: ArrayField type, allow access to internalTemplateNode for inherited classes."
This reverts commit cc66998387c15234aa666101b48673d0a1d53fc3.
This commit is contained in:
parent
b4212f73cb
commit
5c7efdd1bc
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user