Files
laravel-mail/config/bmail.php
2020-04-09 17:29:07 +02:00

8 lines
59 B
PHP

<?php
return [
'bmail' => env('BMAIL_KEY', null)
];