Skip to content

Commit 21550eb

Browse files
committed
x
1 parent 8306b16 commit 21550eb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/validator-objects.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
die('Install packages using `composer install`');
1111
}
1212

13-
use Nette\Forms\StandaloneForm;
1413
use Nette\Forms\Validation;
1514
use Tracy\Debugger;
1615
use Tracy\Dumper;
@@ -96,7 +95,7 @@ public function translate($message, ...$parameters): string|Stringable
9695
}
9796

9897

99-
$form = new StandaloneForm;
98+
$form = new Form;
10099
$form->setTranslator(new CzechTranslator);
101100

102101
$form->addText('zip', 'PSČ:')

0 commit comments

Comments
 (0)