12 lines
204 B
PHP
Executable File
12 lines
204 B
PHP
Executable File
<?php
|
|
|
|
use Twig\RuntimeLoader\FactoryRuntimeLoader;
|
|
|
|
class_exists('Twig\RuntimeLoader\FactoryRuntimeLoader');
|
|
|
|
if (\false) {
|
|
class Twig_FactoryRuntimeLoader extends FactoryRuntimeLoader
|
|
{
|
|
}
|
|
}
|