Skip to content

Commit 6762fdd

Browse files
authored
Bug Fix
Bug Fix of Undefined Variable at line # 95
1 parent efe9d7f commit 6762fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Fcm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function send()
9292

9393
if(!empty($this->package))
9494
{
95-
$payloads['restricted_package_name'] = $package;
95+
$payloads['restricted_package_name'] = $this->package;
9696
}
9797

9898
if ($this->topic) {

0 commit comments

Comments
 (0)