==== laravel/framework v10.31.0 https://github.com/laravel/framework/releases/tag/v10.31.0 * [10.x] `Sleep::until()`にタイムスタンプを文字列として渡せるようにする by @jameshulse in https://github.com/laravel/framework/pull/48883 * [10.x] nullableなmorphsを使用したwhereHasMorph()を修正する by @MarkKremer in https://github.com/laravel/framework/pull/48903 * [10.x] `class_parents`がfalseを返す場合に`class_uses_recursive`を処理する by @RoflCopter24 in https://github.com/laravel/framework/pull/48902 * [10.x] `fragments()`と`fragmentsIf()`メソッドで全てのフラグメントをデフォルトで取得できるようにする by @tabuna in https://github.com/laravel/framework/pull/48894 * [10.x] バッチをチェーンに配置できるようにする by @khepin in https://github.com/laravel/framework/pull/48633 * [10.x] 非同期HTTPクライアントリクエストで'connection failed'イベントをディスパッチする by @gdebrauwer in https://github.com/laravel/framework/pull/48900 * authenticateメソッドをnull合体演算子を使用するようにリファクタリングする by @miladev95 in https://github.com/laravel/framework/pull/48917 * [10.x] Sec-Purposeヘッダーをサポートするようにする by @nanos in https://github.com/laravel/framework/pull/48925 * [10.x] Flysystemファイルシステムでretain_visibility設定オプションを設定できるようにする by @jnoordsij in https://github.com/laravel/framework/pull/48935 * [10.x] ワイルドカードルールを分割する際にスラッシュをエスケープする by @matt-farrugia in https://github.com/laravel/framework/pull/48936 #laravel