Skip to content

Commit

Permalink
Disable twig bundle
Browse files Browse the repository at this point in the history
It's currently used only by web profiler
  • Loading branch information
glensc committed Aug 2, 2020
1 parent 8455b15 commit ae19de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
];
File renamed without changes.

0 comments on commit ae19de6

Please sign in to comment.