aeo/src/CgoITAeoBundle.php

15 lines
196 B
PHP
Raw Permalink Normal View History

2017-08-07 07:33:08 +02:00
<?php
namespace cgoIT\aeo;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the Contao aeo bundle.
*
2018-02-13 10:14:59 +01:00
* @author Carsten Götzinger
2017-08-07 07:33:08 +02:00
*/
class CgoITAeoBundle extends Bundle
{
}