mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-12 22:48:39 +00:00
fix phpstan
This commit is contained in:
parent
15bc815ad4
commit
8e6f60f199
|
|
@ -24,6 +24,14 @@ namespace Modules\Support\Models;
|
||||||
*/
|
*/
|
||||||
class Message
|
class Message
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* ID.
|
||||||
|
*
|
||||||
|
* @var int
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected int $id = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name.
|
* Name.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user