Merge pull request #28 from grrnikos/patch-1

Update SkeletonClass.php
This commit is contained in:
Phil Sturgeon 2015-03-25 16:18:29 -04:00
commit d270b8039c

View file

@ -4,12 +4,12 @@ namespace League\Skeleton;
class SkeletonClass
{
/**
* Create a new Skeleton Instance
*/
public function __construct()
{
// constructor body
}
/**