laravel/framework v9.52.6
https://github.com/laravel/framework/releases/tag/v9.52.6
### 修正
- Cache::getとの互換性の問題を解消するために、Cache::spyを修正しました。([#46689](https://github.com/laravel/framework/pull/46689))
### 変更
- Illuminate/Routing/PendingSingletonResourceRegistrationクラスのcreatable()とdestroyable()メソッドの不要なパラメータを削除しました。([#46677](https://github.com/laravel/framework/pull/46677))
- Event::assertListeningがinvokableイベントリスナーをチェックできるようにしました。([#46683](https://github.com/laravel/framework/pull/46683))
- 未処理の例外に対して非ゼロの終了コードを返すようにしました。([#46541](https://github.com/laravel/framework/pull/46541))
- ShouldBeUniqueを実装するジョブがafterResponse()でディスパッチされた場合に、ロックを解除するようにしました。([#46806](https://github.com/laravel/framework/pull/46806))
#laravel