Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. return [
  4. 'channels' => [
  5. [
  6. 'class' => 'applenewschannels.MyNewsChannel',
  7. 'channelId' => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
  8. 'apiKeyId' => 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
  9. 'apiSecret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
  10. ],
  11. ],
  12. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement