-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I'm trying install notification bundle on Symfony 4.4 with Twig 3.0.4 but problem is following: "Argument 3 passed to Mgilet\NotificationBundle\Twig\NotificationExtension::__construct() must be an instance of Twig_Environment".
I found the solution in construct we need change "\Twig_Environment $twig" on "\Twig\Environment $twig", because \Twig_Environment is deprecated.
"Using the "Twig_Environment" class is deprecated since Twig version 2.7, use "Twig\Environment" instead."
polo195pl and YoukeZhang
Metadata
Metadata
Assignees
Labels
No labels