Skip to content

Commit 198b1bb

Browse files
committed
minor #7746 Update fortrabbit.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update fortrabbit.rst Fix config filename Commits ------- d3d403f Update fortrabbit.rst
2 parents 5bec1b1 + d3d403f commit 198b1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/fortrabbit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Make sure this file is imported into the main config file:
158158
.. code-block:: php
159159
160160
// app/config/config_prod.php
161-
$loader->import('config/config.php');
161+
$loader->import('config.php');
162162
$loader->import('config_prod_secrets.php');
163163
164164
$container->loadFromExtension('framework', array(

0 commit comments

Comments
 (0)