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 09d191e commit 81f71d6Copy full SHA for 81f71d6
CHANGELOG.md
@@ -3,7 +3,7 @@
3
## Updating from 1.0.0 to 2.0.0
4
- Overall php version requirement was bumped from `5.5` to `7.3`
5
- ReactPHP dependencies have been upped to their latest versions
6
- - Fluent interfaces in `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 change usages like:
7
```php
8
$dataloader->clear('A')->prime('A', 'Y');
9
```
0 commit comments