fix phpstan

This commit is contained in:
Dennis Eichhorn 2020-02-15 21:40:03 +01:00
parent 15bc815ad4
commit 8e6f60f199

View File

@ -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.
* *