You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enable only-to-others functionality when using Ably broadcast driver ([#40234](https://github.com/laravel/framework/pull/40234))
13
+
- Added ability to customize json options on JsonResource response ([#40208](https://github.com/laravel/framework/pull/40208))
11
14
12
15
### Changed
13
16
- Improve support for custom Doctrine column types ([#40119](https://github.com/laravel/framework/pull/40119))
14
17
- Remove an useless check in Console Application class ([#40145](https://github.com/laravel/framework/pull/40145))
18
+
- Sort collections by key when first element of sort operation is string (even if callable) ([#40212](https://github.com/laravel/framework/pull/40212))
19
+
- Use first host if multiple in `Illuminate/Database/Console/DbCommand::getConnection()` ([#40226](https://github.com/laravel/framework/pull/40226))
20
+
21
+
### Fixed
22
+
- Clear recorded calls when calling Http::fake() ([#40194](https://github.com/laravel/framework/pull/40194))
0 commit comments