8 lines
64 B
PHP
8 lines
64 B
PHP
<?php
|
|
|
|
|
|
return [
|
|
'wechat_token' => env('WECHAT_TOKEN'),
|
|
|
|
];
|