mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
System/Trust - fix scoping issue in CertificatesField causing issues for consumers of ArrayFields in migrations, closes https://github.com/opnsense/core/pull/8546
This commit is contained in:
parent
c53dc21190
commit
e09112ab45
@ -95,6 +95,11 @@ class CertificateContainerField extends ContainerField
|
||||
*/
|
||||
class CertificatesField extends ArrayField
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected static $internalStaticChildren = [];
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user