Update SkeletonClass.php

This commit is contained in:
Nikos Gr 2015-03-25 22:17:39 +02:00
parent 2da424a3f7
commit 9a3567be1f
1 changed files with 1 additions and 1 deletions

View File

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