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 78abaa0 commit 5e29a9eCopy full SHA for 5e29a9e
tests/Integration/Traits/CachableTest.php
@@ -51,7 +51,7 @@ public function testSetCachePrefixAttribute()
51
(new PrefixedAuthor)->get();
52
53
$results = $this->
54
- app('cache')
+ cache()
55
->tags([
56
'genealabs:laravel-model-caching:testing::memory::test-prefix:genealabslaravelmodelcachingtestsfixturesprefixedauthor',
57
])
0 commit comments