Skip to content

Instantly share code, notes, and snippets.

@webdevilopers
webdevilopers / Controller.php
Last active November 16, 2019 20:29
Symfony - Inject Session Flash Bag into Service with output and translation in TWIG via app.session
<?php
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
class DefaultController extends Controller
{
/**
* @Route("/")
* @Template()
*/