5 lines
62 B
PHP
5 lines
62 B
PHP
|
<?php
|
||
|
return [
|
||
|
'send_email' => env('SEND_EMAIL', true)
|
||
|
];
|