8 lines
91 B
PHP
8 lines
91 B
PHP
<?php
|
|
|
|
return [
|
|
'username' => 'hello',
|
|
'password' => '',
|
|
'returnUrl' => '',
|
|
];
|