src/ChannelBundle/ChannelBundle.php line 20

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. /*
  4.  * This file is part of the SynergyBot project.
  5.  *
  6.  * For the full copyright and license information,
  7.  * please read the LICENSE.md file that was distributed with this source code.
  8.  *
  9.  * The SymfonyBot project - inspiring people to chat!
  10.  *
  11.  * Copyright (c) 2022.
  12.  */
  13. namespace App\ChannelBundle;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. class ChannelBundle extends Bundle
  16. {
  17. }