mirror of
https://github.com/elyby/accounts.git
synced 2025-01-17 17:22:39 +05:30
10 lines
217 B
PHP
10 lines
217 B
PHP
|
<?php
|
||
|
return [
|
||
|
[
|
||
|
'key' => 'HABGCABHJ1234HBHVD',
|
||
|
'account_id' => 3,
|
||
|
'type' => \common\models\EmailActivation::TYPE_REGISTRATION_EMAIL_CONFIRMATION,
|
||
|
'created_at' => time(),
|
||
|
],
|
||
|
];
|