mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-02 13:37:41 +00:00
12 lines
126 B
PHP
12 lines
126 B
PHP
<?php
|
|
|
|
namespace Twig;
|
|
|
|
class_exists('Twig_Template');
|
|
|
|
if (\false) {
|
|
class Template extends \Twig_Template
|
|
{
|
|
}
|
|
}
|