Files
web.ems/phpMyAdmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

12 lines
212 B
PHP
Executable File

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