General bug fixes

This commit is contained in:
Dennis Eichhorn 2017-11-11 16:21:30 +01:00
parent bc969c318e
commit adcb129dbd

View File

@ -25,6 +25,13 @@ namespace Modules\Support;
*/
class Issue
{
/**
* Id.
*
* @var int
* @since 1.0.0
*/
private $id = 0;
/**
* Name.