Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit f80f0cb

Browse files
Update AbstractHydraClient.php
1 parent 4811cfe commit f80f0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientHydra/Client/AbstractHydraClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function setAuthorizationToken(string $token, string $type = 'bearer'): v
149149

150150
public function cacheWarmUp(): void
151151
{
152-
if (self::$cache_initialized) {
152+
if (self::$cache_initialized || null === $this->adapter->getPersistantCache()) {
153153
return;
154154
}
155155
self::$cache_initialized = true;

0 commit comments

Comments
 (0)