Skip to content

Commit

Permalink
Readme: typo
Browse files Browse the repository at this point in the history
Thanks @ojanota
  • Loading branch information
f3l1x authored Jan 14, 2025
1 parent 6db8299 commit f931e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f931e1c

Please sign in to comment.