Skip to content

Commit 8c58f96

Browse files
authored
Add missing properties to Activity model
1 parent fc57d9c commit 8c58f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Activity.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* @property int|null $subject_id
2020
* @property string|null $causer_type
2121
* @property int|null $causer_id
22+
* @property string|null $event
23+
* @property string|null $batch_uuid
2224
* @property \Illuminate\Support\Collection|null $properties
2325
* @property \Carbon\Carbon|null $created_at
2426
* @property \Carbon\Carbon|null $updated_at

0 commit comments

Comments
 (0)