Update 'src/BMailApi.php'

This commit is contained in:
2020-05-07 16:20:33 +02:00
parent 45739f0fc7
commit e36bfd53f5

View File

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