laravel/framework v10.13.1
https://github.com/laravel/framework/releases/tag/v10.13.1
## [v10.13.1 (2023-06-02)](https://github.com/laravel/framework/compare/v10.13.0...v10.13.1)
### 追加された機能
- `Illuminate\Contracts\Database\Query\ConditionExpression` インターフェースとその機能が追加されました。 ([#47210](https://github.com/laravel/framework/pull/47210))
- `Illuminate/Notifications/Channels/MailChannel::send()` の戻り値の型が追加されました。 ([#47310](https://github.com/laravel/framework/pull/47310))
### 取り消された変更
- "[10.x] Fix inconsistentcy between report and render methods" を取り消しました。 ([#47326](https://github.com/laravel/framework/pull/47326))
### 変更された機能
- キューの実行時間を人間が読みやすい形式で表示するように変更されました。 ([#47227](https://github.com/laravel/framework/pull/47227))
#laravel