tests
This commit is contained in:
parent
03cebf9d68
commit
9f402b6f9d
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ class PostPeekInfo extends ExtensionInfo
|
|||
public $key = self::KEY;
|
||||
public $name = "Postt Peek";
|
||||
public $url = self::SHIMMIE_URL;
|
||||
public $authors = "Matthew Barbour";
|
||||
public $authors = ["Matthew Barbour"];
|
||||
public $license = self::LICENSE_WTFPL;
|
||||
}
|
||||
|
|
Reference in a new issue