aswi2020sebela-gitlab/website/config/bundles.php @ 43697fec
1 |
<?php
|
---|---|
2 |
|
3 |
return [ |
4 |
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
5 |
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], |
6 |
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
7 |
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true], |
8 |
];
|