rcrowe/TwigBridge

Lost twig v2 alias in ServiceProvider

Moln opened this issue · 1 comments

Moln commented

$this->app->alias('twig', Twig_Environment::class);

Need:

$this->app->alias('twig', Twig_Environment::class); 
$this->app->alias('twig', \Twig\Environment::class); 

Can you make a PR?