Skip to content

Commit a5977ce

Browse files
committed
minor #19726 Update session.rst (i07)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Update session.rst using Redis as class is in error, the class needs to be specified as \Redis as that is the correct namespace. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 154efb5 Update session.rst
2 parents 669b180 + 154efb5 commit a5977ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ a Symfony service for the connection to the Redis server:
541541
542542
Redis:
543543
# you can also use \RedisArray, \RedisCluster or \Predis\Client classes
544-
class: Redis
544+
class: \Redis
545545
calls:
546546
- connect:
547547
- '%env(REDIS_HOST)%'

0 commit comments

Comments
 (0)