Skip to content

Commit 98f67ff

Browse files
[TwigComponent] Add use Symfony\Component\OptionsResolver\OptionsResolver
1 parent dc9aa0a commit 98f67ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ If you need to modify/validate data before it's *mounted* on the
498498
component use a ``PreMount`` hook::
499499

500500
// src/Twig/Components/Alert.php
501+
use Symfony\Component\OptionsResolver\OptionsResolver;
501502
use Symfony\UX\TwigComponent\Attribute\PreMount;
502503
// ...
503504

0 commit comments

Comments
 (0)