Skip to content

Commit 29cd499

Browse files
authored
removing diff - does not work with config block
1 parent 349f3e3 commit 29cd499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

controller.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,15 +456,15 @@ First, enable sessions in your configuration:
456456

457457
.. configuration-block::
458458

459-
.. code-block:: diff
459+
.. code-block:: yml
460460
461461
# config/packages/framework.yaml
462462
framework:
463463
# ...
464464
465-
+ session:
466-
+ # With this config, PHP's native session handling is used
467-
+ handler_id: ~
465+
session:
466+
# With this config, PHP's native session handling is used
467+
handler_id: ~
468468
469469
.. code-block:: xml
470470

0 commit comments

Comments
 (0)