Skip to content

Commit

Permalink
Merge pull request #25 from issakujitsuk/patch-1
Browse files Browse the repository at this point in the history
通知ページのコード例の誤りを修正する
  • Loading branch information
HiroKws authored Jan 17, 2024
2 parents ff051d6 + a79fb30 commit 9e42817
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 9e42817

Please sign in to comment.