12 lines
212 B
PHP
12 lines
212 B
PHP
<?php
|
|
|
|
use Twig\RuntimeLoader\ContainerRuntimeLoader;
|
|
|
|
class_exists('Twig\RuntimeLoader\ContainerRuntimeLoader');
|
|
|
|
if (\false) {
|
|
class Twig_ContainerRuntimeLoader extends ContainerRuntimeLoader
|
|
{
|
|
}
|
|
}
|