Files
web.ems/phpMyAdmin/vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php
2024-09-27 17:13:36 +08:00

12 lines
204 B
PHP
Executable File

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