rcrowe / TwigBridge

Give the power of Twig to Laravel
MIT License
895 stars 165 forks source link

Lost twig v2 alias in ServiceProvider #375

Open Moln opened 4 years ago

Moln commented 4 years ago

https://github.com/rcrowe/TwigBridge/blob/b8bd5db744d51adb11623547f281dfaf5ac60230/src/ServiceProvider.php#L263

Need:

$this->app->alias('twig', Twig_Environment::class); 
$this->app->alias('twig', \Twig\Environment::class); 
barryvdh commented 4 years ago

Can you make a PR?