Skip to content

Commit 5bec830

Browse files
author
Helperhaps
committed
fix synatx
1 parent 7667c22 commit 5bec830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JPush/DevicePayload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function updateMoblie($registration_id, $mobile) {
3636

3737
public function clearTags($registration_id) {
3838
$url = $this->client->makeURL('device') . $registrationId;
39-
return Http::post($this->client, $url, [tags: '']);
39+
return Http::post($this->client, $url, ['tags' => '']);
4040
}
4141

4242
public function updateDevice($registrationId, $alias = null, $mobile = null, $addTags = null, $removeTags = null) {

src/JPush/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
namespace JPush;
33

4-
const VERSION = '3.5.25';
4+
const VERSION = '3.5.26';

0 commit comments

Comments
 (0)