Skip to content

Commit 5e29a9e

Browse files
committed
CachableTest fix
1 parent 78abaa0 commit 5e29a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Traits/CachableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testSetCachePrefixAttribute()
5151
(new PrefixedAuthor)->get();
5252

5353
$results = $this->
54-
app('cache')
54+
cache()
5555
->tags([
5656
'genealabs:laravel-model-caching:testing::memory::test-prefix:genealabslaravelmodelcachingtestsfixturesprefixedauthor',
5757
])

0 commit comments

Comments
 (0)