Skip to content

Commit e2b71d6

Browse files
committed
Fix PSR-6 cache provider
1 parent fc51424 commit e2b71d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/Provider/Psr6CacheProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getClassMetadata(
3939
$item->expiresAfter($this->ttl);
4040
$item->set($result);
4141

42-
$this->psr6->saveDeferred($item);
42+
$this->psr6->save($item);
4343

4444
return $result;
4545
}

0 commit comments

Comments
 (0)