laravel/framework v10.6.0
https://github.com/laravel/framework/releases/tag/v10.6.0
### 追加された機能
- AsCollectionおよびAsEncryptedCollectionキャストにカスタムクラスを設定する機能が追加されました([#46619](https://github.com/laravel/framework/pull/46619))。
### 変更された点
- セッションマネージャーにコンテナインスタンスを設定するように変更されました([#46621](https://github.com/laravel/framework/pull/46621))。
- Str::squish関数に空文字列の定義が追加されました([#46660](https://github.com/laravel/framework/pull/46660))。
- PendingRequestのretryメソッドで$sleepMillisecondsパラメーターがClosureを受け取れるように変更されました([#46653](https://github.com/laravel/framework/pull/46653))。
- 最初のクラス呼び出し可能オブジェクトに対してコンテキストバインディングをサポートするように変更されました([de8d515](https://github.com/laravel/framework/commit/de8d515fc6d1fabc8f14450342554e0eb67df725), [e511a3b](https://github.com/laravel/framework/commit/e511a3bdb15c294866428b4fe665a4ad14540038))。
#laravel