mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
12 lines
175 B
PHP
12 lines
175 B
PHP
<?php
|
|
|
|
namespace Twig\Loader;
|
|
|
|
require __DIR__.'/../../lib/Twig/LoaderInterface.php';
|
|
|
|
if (\false) {
|
|
interface LoaderInterface extends \Twig_LoaderInterface
|
|
{
|
|
}
|
|
}
|