Skip to content

Commit 2d53f70

Browse files
fix a typo (#41498)
1 parent 72885d1 commit 2d53f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Added callable support to operatorForWhere on Collection ([#41414](https://github.com/laravel/framework/pull/41414), [#41424](https://github.com/laravel/framework/pull/41424))
2020
- Added partial queue faking ([#41425](https://github.com/laravel/framework/pull/41425))
2121
- Added --name option to schedule:test command ([#41439](https://github.com/laravel/framework/pull/41439))
22-
- Define `Illuminate/Database/Eloquent/Concerns/HasRelationships::newThroughInstance()` ([#41444](https://github.com/laravel/framework/pull/41444))
22+
- Define `Illuminate/Database/Eloquent/Concerns/HasRelationships::newRelatedThroughInstance()` ([#41444](https://github.com/laravel/framework/pull/41444))
2323
- Added `Illuminate/Support/Stringable::wrap()` ([#41455](https://github.com/laravel/framework/pull/41455))
2424
- Adds "freezeTime" helper for tests ([#41460](https://github.com/laravel/framework/pull/41460))
2525
- Allow for callables with beforeSending in`Illuminate/Http/Client/PendingRequest.php::runBeforeSendingCallbacks()` ([#41489](https://github.com/laravel/framework/pull/41489))

0 commit comments

Comments
 (0)