Update 'src/BMailApi.php'

This commit is contained in:
2020-05-07 16:27:39 +02:00
parent 4c32c6125b
commit f0a31cb9e8

View File

@@ -27,7 +27,7 @@ class BMailApi
*/
public function send($template, $notifiable): StreamInterface
{
$url = config('bmail.api_url', 'https://bluescale.email/api/project/template/send');
$url = config('bmail.api_url') ?? 'https://bluescale.email/api/project/template/send';
$client = new Client();