Skip to content

Commit 2d68dc3

Browse files
committed
Last fixes
1 parent b91b196 commit 2d68dc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Configuration reference; Framework
33

4-
FrameworkBundle Configuration
5-
=============================
4+
FrameworkBundle Configuration ("framework")
5+
===========================================
66

77
The FrameworkBundle defines the main framework configuration, from sessions and
88
translations to forms, validation, routing and more. All these options are
@@ -11,10 +11,10 @@ configured under the ``framework`` key in your application configuration.
1111
.. code-block:: terminal
1212
1313
# displays the default config values defined by Symfony
14-
$ ./bin/console config:dump-reference framework
14+
$ php bin/console config:dump-reference framework
1515
1616
# displays the actual config values used by your application
17-
$ ./bin/console debug:config framework
17+
$ php bin/console debug:config framework
1818
1919
.. note::
2020

0 commit comments

Comments
 (0)