From cd08551548756a1fe12783beeeb07f0d90f152b3 Mon Sep 17 00:00:00 2001 From: leon0204 <291838322@qq.com> Date: Thu, 23 Feb 2017 15:11:19 +0800 Subject: [PATCH] Update notifications.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add 空格 --- notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications.md b/notifications.md index 75bdd1690..c40562fa3 100755 --- a/notifications.md +++ b/notifications.md @@ -532,7 +532,7 @@ Markdown 邮件通知使用 Blade 组件和Markdown语法的组合,允许您 ### 先决条件 -在 Laravel 中发送短信通知是基于 [Nexmo](https://www.nexmo.com/)服务的。在通过 Nexmo 发送短信通知前,你需要安装 `nexmo/client` Composer 包并在 `config/services.php` 配置文件中添加几个配置选项。你可以复制下面的配置示例来开始使用: +在 Laravel 中发送短信通知是基于 [Nexmo](https://www.nexmo.com/) 服务的。在通过 Nexmo 发送短信通知前,你需要安装 `nexmo/client` Composer 包并在 `config/services.php` 配置文件中添加几个配置选项。你可以复制下面的配置示例来开始使用: 'nexmo' => [ 'key' => env('NEXMO_KEY'),