<?php/** * Contao RSS Import Bundle * * @copyright 2011, 2014, 2018 agentur fipps e.K. * @author Arne Borchert * @package fipps\contao-rssimport-bundle * @license LGPL 3.0+ */namespace Fipps\RssimportBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Contao RSS Import Bundle * * @author Arne Borchert */class FippsRssimportBundle extends Bundle{}