Skip to content

Commit 3a22e1d

Browse files
authored
Merge pull request #11 from stackify/feature/RT-1024
RT-1024 - adding in id property to LogMsg model
2 parents d27fada + dd714e5 commit 3a22e1d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/Stackify/Log/Entities/Api/LogMsg.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
class LogMsg
88
{
9+
/**
10+
* @var string
11+
*/
12+
public $id;
13+
914
/**
1015
* @var string
1116
*/
@@ -68,5 +73,5 @@ public function setError(StackifyError $error)
6873
}
6974
}
7075
}
71-
72-
}
76+
77+
}

0 commit comments

Comments
 (0)