Skip to content

Commit

Permalink
Update notifications.md
Browse files Browse the repository at this point in the history
コード例の誤りを修正する
  • Loading branch information
issakujitsuk authored Jan 17, 2024
1 parent ff051d6 commit a79fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation-ja/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ php artisan make:notification InvoicePaid

class User extends Authenticatable
{
* @return \Illuminate\Notifications\Message\SlackMessage
use Notifiable;
}

このトレイトが提供する`notify`メソッドは、通知インスタンスを引数に受けます。
Expand Down

0 comments on commit a79fb30

Please sign in to comment.