8 lines
59 B
PHP
8 lines
59 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'bmail' => env('BMAIL_KEY', null)
|
||
|
|
||
|
];
|