Skip to content

Commit 070f96d

Browse files
committed
Container: const Array changed to public [Closes #301]
1 parent 941a899 commit 070f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Container extends Nette\ComponentModel\Container implements \ArrayAccess
2424
{
2525
use Nette\ComponentModel\ArrayAccess;
2626

27-
private const Array = 'array';
27+
public const Array = 'array';
2828

2929
/**
3030
* Occurs when the form was validated

0 commit comments

Comments
 (0)