magnetico-web/config/bundles.php

10 lines
418 B
PHP
Raw Normal View History

2018-06-20 16:35:08 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
2018-06-20 18:07:16 +00:00
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
2018-06-20 16:35:08 +00:00
];