From afe7e0f4ca3fe1f1449f278d3a9b90db21f65628 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 28 Nov 2023 10:42:40 +0000 Subject: [PATCH] [devices-module] Use cache service (#193) --- tests/common.neon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common.neon b/tests/common.neon index ca186e4..4af233b 100644 --- a/tests/common.neon +++ b/tests/common.neon @@ -45,6 +45,8 @@ services: type: React\EventLoop\LoopInterface } + cache.storage: Nette\Caching\Storages\MemoryStorage + contributteTranslation: locales: default: en_US