Files
Chamilo/vendor/symfony/twig-bundle/Tests/DependencyInjection/Fixtures/php/extra.php
2025-04-10 12:24:57 +02:00

8 lines
133 B
PHP

<?php
$container->loadFromExtension('twig', array(
'paths' => array(
'namespaced_path3' => 'namespace3',
),
));