From a79fb30a5df17b2f22719e4055a0c051a59b71d3 Mon Sep 17 00:00:00 2001 From: issa <12658523+issakujitsuk@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:11:38 +0900 Subject: [PATCH] Update notifications.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit コード例の誤りを修正する --- translation-ja/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translation-ja/notifications.md b/translation-ja/notifications.md index 19b13f6..e3b4c86 100644 --- a/translation-ja/notifications.md +++ b/translation-ja/notifications.md @@ -86,7 +86,7 @@ php artisan make:notification InvoicePaid class User extends Authenticatable { - * @return \Illuminate\Notifications\Message\SlackMessage + use Notifiable; } このトレイトが提供する`notify`メソッドは、通知インスタンスを引数に受けます。