Skip to content

Commit

Permalink
chore: update MomentoCacheBackend.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rishtigupta committed Mar 19, 2024
1 parent 7a8093e commit 6f73309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/MomentoCacheBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Drupal\Core\Cache\CacheTagsChecksumInterface;
use Drupal\Core\Logger\LoggerChannelTrait;
use Drupal\Core\Site\Settings;
use stdClass;

/**
* Provides a cache backend implementation using the Momento caching system.
Expand Down Expand Up @@ -135,7 +134,7 @@ public function getMultiple(&$cids, $allow_invalid = FALSE) {
$getResponse->asHit()->valueString(),
[
'allowed_classes' => [
stdClass::class,
\stdClass::class,
],
]
);
Expand Down

0 comments on commit 6f73309

Please sign in to comment.