Skip to content

Instantly share code, notes, and snippets.

View qpleple's full-sized avatar

Quentin Pleplé qpleple

View GitHub Profile
@beberlei
beberlei / Util.php
Created June 23, 2011 09:25
Controllers as Services revisited
<?php
namespace Whitewashing\BlogBundle\Controller;
use Symfony\Component\Security\Core\User\UserInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
*
*/