Skip to content

Instantly share code, notes, and snippets.

@ericlbarnes
Last active January 18, 2017 20:03
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 ericlbarnes/f244dceb39511f04a78ad48fe285cc6a to your computer and use it in GitHub Desktop.
Save ericlbarnes/f244dceb39511f04a78ad48fe285cc6a to your computer and use it in GitHub Desktop.
<?php
class Demo
{
public function doSomething()
{
return 'I did it!';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment