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
- Improve support for custom Doctrine column types ([#40119](https://github.com/laravel/framework/pull/40119))
17
21
- Remove an useless check in Console Application class ([#40145](https://github.com/laravel/framework/pull/40145))
18
22
- Sort collections by key when first element of sort operation is string (even if callable) ([#40212](https://github.com/laravel/framework/pull/40212))
19
23
- Use first host if multiple in `Illuminate/Database/Console/DbCommand::getConnection()` ([#40226](https://github.com/laravel/framework/pull/40226))
24
+
- Improvement in the Reflector class ([#40241](https://github.com/laravel/framework/pull/40241))
20
25
21
26
### Fixed
22
27
- Clear recorded calls when calling Http::fake() ([#40194](https://github.com/laravel/framework/pull/40194))
0 commit comments