src/Twig/Components/WhatsAppBlock.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Twig\Components;
  3. use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
  4. #[AsTwigComponent('WhatsAppBlock')]
  5. class WhatsAppBlock
  6. {
  7. public bool $alt = false;
  8. public string $title = "Emergency Situation?";
  9. public string $phoneNumber = "+443300430897";
  10. }