aswi2020sebela-gitlab/website/config/bundles.php @ 43697fec
1 | 579f9cdd | Tomáš Ballák | <?php
|
---|---|---|---|
2 | |||
3 | return [ |
||
4 | Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
||
5 | 1f77dd64 | ballakt | Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], |
6 | 3fc08f2d | vastja | Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
7 | 35ba0466 | Tomáš Ballák | Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], |
8 | 579f9cdd | Tomáš Ballák | ];
|