loggilog;
This commit is contained in:
parent
61ff9ff05f
commit
8793f9736a
5 changed files with 377 additions and 1 deletions
|
@ -9,6 +9,7 @@ use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
|
|||
use Symfony\Bundle\MakerBundle\MakerBundle;
|
||||
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
|
||||
use Twig\Extra\TwigExtraBundle\TwigExtraBundle;
|
||||
use Symfony\Bundle\MonologBundle\MonologBundle;
|
||||
|
||||
return [
|
||||
FrameworkBundle::class => [
|
||||
|
@ -33,4 +34,7 @@ return [
|
|||
TwigExtraBundle::class => [
|
||||
'all' => true,
|
||||
],
|
||||
MonologBundle::class => [
|
||||
'all' => true,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue