Umstellung auf Contao 4 Bundle

This commit is contained in:
2018-02-14 08:31:13 +01:00
parent 0129999dd0
commit f6e5678ed3
13 changed files with 64 additions and 53 deletions

View File

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