Files
Chamilo/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php
2025-04-10 12:24:57 +02:00

12 lines
204 B
PHP

<?php
use Twig\RuntimeLoader\FactoryRuntimeLoader;
class_exists('Twig\RuntimeLoader\FactoryRuntimeLoader');
if (\false) {
class Twig_FactoryRuntimeLoader extends FactoryRuntimeLoader
{
}
}