bug fixes

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

View File

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

View File

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