We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823b87c commit 20928beCopy full SHA for 20928be
src/TwigComponent/doc/index.rst
@@ -498,6 +498,7 @@ If you need to modify/validate data before it's *mounted* on the
498
component use a ``PreMount`` hook::
499
500
// src/Twig/Components/Alert.php
501
+ use Symfony\Component\OptionsResolver\OptionsResolver;
502
use Symfony\UX\TwigComponent\Attribute\PreMount;
503
// ...
504
0 commit comments