mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-09 14:27:58 +00:00
7 lines
165 B
PHP
7 lines
165 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
];
|