date-poll-api/config/bundles.php

6 lines
97 B
PHP
Raw Normal View History

2019-10-24 13:06:51 +02:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
];