mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-27 22:57:16 +00:00
Fix Twig\Environment alias
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twig;
|
||||
|
||||
require __DIR__.'/../lib/Twig/Environment.php';
|
||||
|
||||
if (\false) {
|
||||
class Environment extends \Twig_Environment
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user