Skip to content

Instantly share code, notes, and snippets.

@nebkam
Created July 3, 2018 21:46
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/5a5cf9cb505e334d77a4fea9e914682b to your computer and use it in GitHub Desktop.
Save nebkam/5a5cf9cb505e334d77a4fea9e914682b to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use Symfony\Component\Routing\Annotation\Route;
class UserController
{
/**
* @Route(path="/users", methods={"GET"})
*/
public action index()
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment