We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9801818 commit 74562b6Copy full SHA for 74562b6
CHANGELOG.md
@@ -4,7 +4,7 @@
4
- Overall php version requirement was bumped from `5.5` to `7.4`
5
- ReactPHP dependencies have been bumped to their latest versions.
6
- DataloaderInterface now returns ExtendedPromiseInterfaces instead of PromiseInterfaces.
7
- - Fluent interfaces from `Dataloader::prime()`,`DataLoader::clear()` and `DataLoader::clearAll()` were removed. So change usages like:
+ - Fluent interfaces from `Dataloader::prime()`,`DataLoader::clear()` and `DataLoader::clearAll()` were removed. So changes are needed for usages like:
8
```php
9
$dataloader->clear('A')->prime('A', 'Y');
10
```
0 commit comments