From f931e1ca43bd0c2e747ccf997baeb75b704df376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?= Date: Tue, 14 Jan 2025 13:16:11 +0100 Subject: [PATCH] Readme: typo Thanks @ojanota --- .docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/README.md b/.docs/README.md index ba579b5..b25ce57 100755 --- a/.docs/README.md +++ b/.docs/README.md @@ -246,7 +246,7 @@ nettrine.orm: managers: default: # Use default cache - defaultCache: App\MyCachSymfony\Component\Cache\Adapter\FilesystemAdapter(namespace: doctrine-orm, defaultLifetime: 0, directory: %tempDir%/cache/orm) + defaultCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: doctrine-orm, defaultLifetime: 0, directory: %tempDir%/cache/orm) # Or use separate caches queryCache: Symfony\Component\Cache\Adapter\FilesystemAdapter(namespace: doctrine-orm-query, defaultLifetime: 0, directory: %tempDir%/cache/orm-query)