Add to your service definition a method call to setTwig with the twig instance

Du musst in deiner services.xml einen call bei deinem Controller-Service hinzufügen:

            <call method="setContainer">
                <argument type="service" id="service_container"/>
            </call>
            <call method="setTwig">
                <argument type="service" id="twig"/>
            </call>
2 „Gefällt mir“