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