API-3DPrint/config/bundles.php

9 lines
333 B
PHP
Raw Permalink Normal View History

2022-03-13 10:18:21 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2022-04-06 18:09:42 +00:00
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
2022-03-13 10:18:21 +00:00
];