mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 20:16:45 +00:00
Fix Twig\Environment alias
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Twig;
|
||||
require __DIR__.'/../lib/Twig/Environment.php';
|
||||
|
||||
if (\false) {
|
||||
class Twig extends \Twig_Environment
|
||||
class Environment extends \Twig_Environment
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user