Update 'config/bmail.php'

This commit is contained in:
Maxime 2020-05-07 16:18:51 +02:00
parent 1d1b998a0b
commit 45739f0fc7
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
<?php
return [
'api_key' => env('BMAIL_API_KEY', null),
'api_url' => env('BMAIL_API_URL', 'https://bluescale.email/api/project/template/send')
'api_url' => env('BMAIL_API_URL', null)
];