Skip to content

Commit bb1defb

Browse files
Edit ParseToken snippet
1 parent 1c5a2e0 commit bb1defb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/Snippets.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
// phpcs:disable
175175
// snippet.permissions_object_example
176176
$pubnub->parseToken("p0F2AkF0Gl2BEIJDdHRsGGRDcmVzpERjaGFuoENncnCgQ3VzcqBDc3BjoENwYXSkRGNoYW6gQ2dycKBDdXNyomZeZW1wLSoDZl5tZ3ItKhgbQ3NwY6JpXnB1YmxpYy0qA2pecHJpdmF0ZS0qGBtEbWV0YaBDc2lnWCAsvzGmd2rcgtr9rcs4r2tqC87YSppSYqs9CKfaM5IRZA")
177-
->getChannelResource('my-channel')
178-
->hasRead();
177+
->getChannelResource('my-channel');
179178
// snippet.end
180179
// phpcs:enable

0 commit comments

Comments
 (0)