Skip to content

Commit 71c58a6

Browse files
committed
Update README.md
1 parent b0d7009 commit 71c58a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ set :symfony_console_path, "bin/console"
5757
set :symfony_console_flags, "--no-debug"
5858

5959
# Remove app_dev.php during deployment, other files in web/ can be specified here
60-
set :controllers_to_clear, ["app_*.php"]
60+
set :controllers_to_clear, ["app_*.php", "config.php"]
6161

6262
# asset management
6363
set :assets_install_path, "web"

0 commit comments

Comments
 (0)