vendor/bugbuster/contao-botdetection-bundle/src/BugBusterBotdetectionBundle.php line 22

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of a BugBuster Contao Bundle
  5.  *
  6.  * @copyright  Glen Langer 2023 <http://contao.ninja>
  7.  * @author     Glen Langer (BugBuster)
  8.  * @package    Contao BotDetection Bundle
  9.  * @license    LGPL-3.0-or-later
  10.  * @see        https://github.com/BugBuster1701/contao-botdetection-bundle
  11.  */
  12. namespace BugBuster\BotdetectionBundle;
  13. use Symfony\Component\HttpKernel\Bundle\Bundle;
  14. /**
  15.  * Configures the Contao Botdetection bundle.
  16.  */
  17. class BugBusterBotdetectionBundle extends Bundle
  18. {
  19. }