init without trunk

This commit is contained in:
Kevin Adametz 2020-07-09 12:49:32 +02:00
parent ed24ac4994
commit bb809e7233
14652 changed files with 177862 additions and 94817 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services>
<!-- TCPDF service -->
<service id="white_october.tcpdf" class="WhiteOctober\TCPDFBundle\Controller\TCPDFController">
<file>%white_october_tcpdf.file%</file>
<argument>%white_october_tcpdf.class%</argument>
</service>
</services>
</container>