File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ front controller that can be used with any environment.)
52
52
When the front controller initializes the kernel, it provides two parameters:
53
53
the environment, and also whether the kernel should run in debug mode.
54
54
To make your application respond faster, Symfony2 maintains a cache under the
55
- ``app/cache/ `` directory. When in debug mode is enabled (such as ``app_dev.php ``
55
+ ``app/cache/ `` directory. When debug mode is enabled (such as ``app_dev.php ``
56
56
does by default), this cache is flushed automatically whenever you make changes
57
57
to any code or configuration. When running in debug mode, Symfony2 runs
58
58
slower, but your changes are reflected without having to manually clear the
You can’t perform that action at this time.
0 commit comments