23 lines
600 B
PHP
23 lines
600 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
//password
|
|
'password_hash' => '$2y$13$k2hQ8aV/z6V0Y7pRbq1ufOUSaJI7EhNvvTUIoj2s/rxAmgyY95KPa',
|
|
'email' => 'admin@example.com',
|
|
'auth_key' => '1',
|
|
'status' => '1',
|
|
'created_at' => '1402312317',
|
|
'updated_at' => '1402312317',
|
|
],
|
|
[
|
|
//password
|
|
'password_hash' => '$2y$13$k2hQ8aV/z6V0Y7pRbq1ufOUSaJI7EhNvvTUIoj2s/rxAmgyY95KPa',
|
|
'email' => 'user@example.com',
|
|
'auth_key' => '1',
|
|
'status' => '1',
|
|
'created_at' => '1402312317',
|
|
'updated_at' => '1402312317',
|
|
],
|
|
];
|