SAND-framework/application/modules/syf43/config/bundles.php

8 lines
258 B
PHP
Raw Normal View History

2019-08-09 08:39:02 +02:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
];