From 8e03fa3e1c4675535b31cb9b63af3eb4658350ce Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 1 Jun 2017 06:42:27 +0200 Subject: [PATCH] Fix Twig\Environment alias --- src/{Twig.php => Environment.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{Twig.php => Environment.php} (67%) diff --git a/src/Twig.php b/src/Environment.php similarity index 67% rename from src/Twig.php rename to src/Environment.php index c24bb1828..a165f8b5c 100644 --- a/src/Twig.php +++ b/src/Environment.php @@ -5,7 +5,7 @@ namespace Twig; require __DIR__.'/../lib/Twig/Environment.php'; if (\false) { - class Twig extends \Twig_Environment + class Environment extends \Twig_Environment { } }