vendor/meteo-concept/hcaptcha-bundle/MeteoConceptHCaptchaBundle.php line 10

Open in your IDE?
  1. <?php
  2. namespace MeteoConcept\HCaptchaBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * @brief This class makes the project a Symfony bundle
  6.  */
  7. class MeteoConceptHCaptchaBundle extends Bundle
  8. {
  9. }