rate-it/src/CgoITRateItBundle.php

15 lines
202 B
PHP
Raw Permalink Normal View History

2018-02-14 08:30:39 +01:00
<?php
namespace cgoIT\rateit;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the Contao aeo bundle.
*
* @author Carsten Götzinger
*/
class CgoITRateItBundle extends Bundle
{
}