Add the aliases

This commit is contained in:
Nicolas Grekas
2017-05-24 20:26:57 +02:00
parent 71af32b306
commit 5420a5e3f8
331 changed files with 2151 additions and 169 deletions
+11 -1
View File
@@ -1 +1,11 @@
./Source.php
<?php
namespace Twig;
require __DIR__.'/../lib/Twig/Source.php';
if (\false) {
class Source extends \Twig_Source
{
}
}