laravel/framework v10.11.0
https://github.com/laravel/framework/releases/tag/v10.11.0
### 追加
- DatabaseNotificationCollectionの汎用型を拡張する機能を追加しました([#47048](https://github.com/laravel/framework/pull/47048))
- `/Illuminate/Support/Carbon::createFromId()`を追加しました([#47046](https://github.com/laravel/framework/pull/47046))
- スロットにName属性を追加しました([#47065](https://github.com/laravel/framework/pull/47065))
- Precognition-Successヘッダーを追加しました([#47081](https://github.com/laravel/framework/pull/47081))
- SleepクラスにMacroableトレイトを追加しました([#47099](https://github.com/laravel/framework/pull/47099))
### 修正
- `Illuminate/Database/Console/ShowModelCommand::getPolicy()`を修正しました([#47043](https://github.com/laravel/framework/pull/47043))
### 変更
- channelRoutesメソッドからreturnを削除しました([#47059](https://github.com/laravel/framework/pull/47059))
- 文字列パスで`Illuminate/Database/Migrations/Migrator::reset()`にバグがあったため修正しました([#47047](https://github.com/laravel/framework/pull/47047))
- カーソルページネーションのロジックを統一しました([#47094](https://github.com/laravel/framework/pull/47094))
- withoutViteを使用する場合にViteの解決済みインスタンスをクリアするようにしました([#47091](https://github.com/laravel/framework/pull/47091))
- 古いGuzzleバージョンの回避策を削除しました([#47084](https://github.com/laravel/framework/pull/47084))
#laravel