- <?php
- declare(strict_types=1);
- namespace Avt\Bundle\GraphicsImageBundle;
- use Symfony\Component\HttpKernel\Bundle\Bundle;
- /**
-  * The Bundle.
-  *
-  * @package Avt\Bundle\GraphicsImageBundle
-  * @author  Marcin Skrzeszewski <marcin.skrzeszewski@avt.pl>
-  */
- class AvtGraphicsImageBundle extends Bundle
- {
- }
-