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 2b3f63a commit e0524cdCopy full SHA for e0524cd
tests/Unit/CachedBuilderTest.php
@@ -413,7 +413,7 @@ public function testValueModelResultsCreatesCache()
413
$this->assertEquals($liveResults, $cachedResults);
414
}
415
416
- public function testNestedRelationshipEagerloading()
+ public function testNestedRelationshipEagerLoading()
417
{
418
$authors = collect([(new Author)->with('books.publisher')
419
->first()]);
0 commit comments