Skip to content

Commit cf74b52

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: s/sytsem/system
2 parents 526f524 + 4233565 commit cf74b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ to cache each of Doctrine ORM elements (queries, results, etc.):
353353
->pool('doctrine.result_cache_pool')
354354
->adapters('cache.app')
355355
->pool('doctrine.system_cache_pool')
356-
->adapters('cache.sytsem');
356+
->adapters('cache.system');
357357
358358
$doctrine->orm()
359359
// ...

0 commit comments

Comments
 (0)