Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/PixelForce/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

vendor/gregwar/captcha-bundle/GregwarCaptchaBundle.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Gregwar\CaptchaBundle;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. class GregwarCaptchaBundle extends Bundle
  6. {
  7. }