Skip to content

Instantly share code, notes, and snippets.

@nebkam
Last active July 3, 2018 21: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/a645a13655124c980996920d5a4933fe to your computer and use it in GitHub Desktop.
Save nebkam/a645a13655124c980996920d5a4933fe to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
class UserController
{
/**
* @Route("/users")
* @Method("GET")
*/
public action index()
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment