Skip to content

Instantly share code, notes, and snippets.

@nebkam
Created January 9, 2020 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebkam/67f3da1bf9e24fa3bd08873edb71ff3b to your computer and use it in GitHub Desktop.
Save nebkam/67f3da1bf9e24fa3bd08873edb71ff3b to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
class FooController
{
/**
* @IsGranted({"ROLE_ADMIN", "ROLE_SELLER"})
*/
public function fooAction()
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment