Skip to content

Commit

Permalink
Container: const Array changed to public [Closes #301]
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 5, 2023
1 parent fa75442 commit b53cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Container extends Nette\ComponentModel\Container implements \ArrayAccess
{
use Nette\ComponentModel\ArrayAccess;

private const Array = 'array';
public const Array = 'array';

/**
* Occurs when the form was validated
Expand Down

0 comments on commit b53cfe3

Please # to comment.