Lost twig v2 alias in ServiceProvider
Moln opened this issue · 1 comments
Moln commented
TwigBridge/src/ServiceProvider.php
Line 263 in b8bd5db
Need:
$this->app->alias('twig', Twig_Environment::class);
$this->app->alias('twig', \Twig\Environment::class);
barryvdh commented
Can you make a PR?