Umstellung auf contao-bundle

This commit is contained in:
2017-08-07 07:33:08 +02:00
parent 974e8a4bad
commit 5d9172850f
37 changed files with 133 additions and 135 deletions

14
src/CgoITAeoBundle.php Normal file
View File

@ -0,0 +1,14 @@
<?php
namespace cgoIT\aeo;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Configures the Contao aeo bundle.
*
* @author Carsten G<>tzinger
*/
class CgoITAeoBundle extends Bundle
{
}