symfony-json-logs-zap/config/bundles.php

8 lines
241 B
PHP
Raw Normal View History

2024-09-13 11:43:03 +03:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
];