Skip to content

Commit bae3f3c

Browse files
committed
fix phpdoc
1 parent 1ff1401 commit bae3f3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ConversationUser.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
namespace Finller\Conversation;
44

55
use Carbon\Carbon;
6+
use Illuminate\Database\Eloquent\Casts\ArrayObject;
67
use Illuminate\Database\Eloquent\Casts\AsArrayObject;
78
use Illuminate\Database\Eloquent\Relations\Pivot;
89

910
/**
1011
* @property int $id
11-
* @property Carbon $muted_at
12-
* @property Carbon $archived_at
12+
* @property int $conversation_id
13+
* @property int $user_id
14+
* @property ?Carbon $muted_at
15+
* @property ?Carbon $archived_at
16+
* @property ?ArrayObject $metadata
1317
* @property Carbon $updated_at
1418
* @property Carbon $created_at
1519
*/

0 commit comments

Comments
 (0)