Skip to content

Commit 20928be

Browse files
[TwigComponent] Add use Symfony\Component\OptionsResolver\OptionsResolver
1 parent 823b87c commit 20928be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TwigComponent/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)