We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4020a2d commit 849eb9cCopy full SHA for 849eb9c
tests/Unit/CacheTest.php
@@ -62,7 +62,7 @@ public function testCacheIsNotEmptyAfterLoadingModels()
62
63
public function testCreatingModelClearsCache()
64
{
65
- $author = (new Author)->with('books')->get();
+ (new Author)->with('books')->get();
66
67
factory(Author::class)->create();
68
0 commit comments