Learning/.checkout/config/bundles.php

8 lines
244 B
PHP
Raw Permalink Normal View History

2023-05-05 18:53:21 +00:00
<?php
return [
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];