bug fixes

This commit is contained in:
Dennis Eichhorn 2019-10-06 21:01:18 +02:00
parent f888d66c22
commit ddd0148e21
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class WikiCategory implements \JsonSerializable
* @since 1.0.0
*/
protected int $id = 0;
/**
* Name.
*

View File

@ -31,6 +31,7 @@ class WikiDoc implements \JsonSerializable
* @since 1.0.0
*/
protected int $id = 0;
/**
* Name.
*