Skip to content

Commit

Permalink
Merge pull request #28 from wadakatu/fix/upgrade
Browse files Browse the repository at this point in the history
dspatchをdispatchに修正
  • Loading branch information
HiroKws authored Feb 19, 2024
2 parents 1b35326 + ab33f91 commit bf22d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translation-ja/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ BugSnagやRollbarなどのサードパーティのログサービスを使用し

**影響の可能性: 低い**

`Illuminate\Contracts\Queue`を実装していないクラスで、`dspatch`を起動すると、以前はそのクラスの`handle`メソッドの結果を返していました。しかし、これは `Illuminate\Foundation\Bus\PendingBatch`インスタンスを返すようになりました。以前の動作を再現するには、`dispatch_sync()`を使ってください。
`Illuminate\Contracts\Queue`を実装していないクラスで、`dispatch`を起動すると、以前はそのクラスの`handle`メソッドの結果を返していました。しかし、これは `Illuminate\Foundation\Bus\PendingBatch`インスタンスを返すようになりました。以前の動作を再現するには、`dispatch_sync()`を使ってください。

### ルート

Expand Down

0 comments on commit bf22d84

Please sign in to comment.