Created
July 26, 2014 15:23
-
-
Save AhmedSamy/35b6fd9d903671c8696f to your computer and use it in GitHub Desktop.
This file contains hidden or 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("/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