Skip to content

Commit d50d9fc

Browse files
authored
Merge pull request spatie#1101 from AndreasHerss/patch-1
Add missing properties to Activity model
2 parents 545ec8e + 8c58f96 commit d50d9fc

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)