Skip to content

Commit 1a6ef9b

Browse files
committed
fix typo
1 parent f3cdeb9 commit 1a6ef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExpoMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function setJsonData($data)
206206
public function toArray()
207207
{
208208
return [
209-
'title' => $this-
209+
'title' => $this->title,
210210
'body' => $this->body,
211211
'sound' => $this->sound,
212212
'badge' => $this->badge,

0 commit comments

Comments
 (0)