diff --git a/src/OneSignalClient.php b/src/OneSignalClient.php index a9bae1a..ce48966 100644 --- a/src/OneSignalClient.php +++ b/src/OneSignalClient.php @@ -427,7 +427,7 @@ public function getNotifications($app_id = null, $limit = null, $offset = null) } if($offset) { - $endpoint.="&offset=".$$offset; + $endpoint.="&offset=".$offset; } return $this->get($endpoint);