src/Twig/Components/PriceBlock.php line 9

Open in your IDE?
  1. <?php
  2. namespace App\Twig\Components;
  3. use App\Entity\Price;
  4. use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
  5. #[AsTwigComponent('PriceBlock')]
  6. class PriceBlock
  7. {
  8. public Price $price;
  9. }