aswi2020sebela-gitlab/website/config/bundles.php @ 24300f62
1 |
<?php
|
---|---|
2 |
|
3 |
return [ |
4 |
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
5 |
Doctrine\Bundle\MongoDBBundle\DoctrineMongoDBBundle::class => ['all' => true], |
6 |
];
|