<?phpdeclare(strict_types=1);/* * This file is part of a BugBuster Contao Bundle * * @copyright Glen Langer 2023 <http://contao.ninja> * @author Glen Langer (BugBuster) * @package Contao BotDetection Bundle * @license LGPL-3.0-or-later * @see https://github.com/BugBuster1701/contao-botdetection-bundle */namespace BugBuster\BotdetectionBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao Botdetection bundle. */class BugBusterBotdetectionBundle extends Bundle{}