Working on that API scaffolding

This commit is contained in:
Josh Sherman 2013-12-17 23:34:39 -05:00
parent 706ebca0cf
commit 7b18541a61
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
class api_v1_leaderboards extends APIv1
{
public function __default()
{
}
}
?>