Created
November 6, 2018 06:49
-
-
Save lahaxearnaud/1db75dda7bc75800415c5766c9b5cc1b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @Route("/cocktail/recette/{name}-{id}", name="cocktail_detail", requirements={"id"="\d+", "name"="[0-9a-z-]+"}) | |
* @Cache(public=true, maxage=86400, mustRevalidate=false, maxStale=86400) | |
**/ | |
public function index($name, $id) | |
{ | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment