PHP Classes

File: tests/config/params.php

Recommend this page to a friend!
  Classes of Edgar Asatryan   YII2 notymo   tests/config/params.php   Download  
File: tests/config/params.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YII2 notymo
Send iOS and Android push notifications
Author: By
Last change:
Date: 7 years ago
Size: 152 bytes
 

Contents

Class file image Download
<?php
return [
   
'table' => 'device_token',
   
'identifier' => 'user_id',
   
'apns' => 'apns_token',
   
'gcm' => 'gcm_token',
];