Skip to content

Commit 67ed392

Browse files
committed
partially revert "some classes marked as final (BC break)"
This reverts commit 7dab8e3.
1 parent b94c0ca commit 67ed392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/ControlGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* A user group of form controls.
1717
*/
18-
final class ControlGroup
18+
class ControlGroup
1919
{
2020
protected \WeakMap $controls;
2121
private array $options = [];

0 commit comments

Comments
 (0)