symfony-kube-skeletor/config/bundles.php

6 lines
97 B
PHP
Raw Normal View History

<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
];