Skip to content

Instantly share code, notes, and snippets.

@AhmedSamy
Created July 26, 2014 15:23
Show Gist options
  • Save AhmedSamy/35b6fd9d903671c8696f to your computer and use it in GitHub Desktop.
Save AhmedSamy/35b6fd9d903671c8696f to your computer and use it in GitHub Desktop.
/**
*@Route("/sendHello")
*/
public function helloAction(Request $request)
{
$data = $this->someModel->process($someInput);
//return something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment