hesabixCore/config/bundles.php

10 lines
409 B
PHP
Raw Normal View History

2023-01-17 10:33:36 +03:30
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
2023-01-19 16:04:55 +03:30
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
2023-01-17 10:33:36 +03:30
];