mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-14 15:28:41 +00:00
General bug fixes
This commit is contained in:
parent
bc969c318e
commit
adcb129dbd
|
|
@ -25,6 +25,13 @@ namespace Modules\Support;
|
||||||
*/
|
*/
|
||||||
class Issue
|
class Issue
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Id.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
private $id = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name.
|
* Name.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user