Skip to content

Instantly share code, notes, and snippets.

@spolischook
Created July 11, 2013 17:26
Show Gist options
  • Save spolischook/5977423 to your computer and use it in GitHub Desktop.
Save spolischook/5977423 to your computer and use it in GitHub Desktop.
<?php
public function pingAction()
{
// ZOMG I do nothing, I am the fastest action ever
return new Response('pong');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment