xls_export/src/CgoITXlsexportBundle.php

15 lines
208 B
PHP
Raw Permalink Normal View History

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