We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115f038 commit 2f89f55Copy full SHA for 2f89f55
setup/file_permissions.rst
@@ -2,7 +2,7 @@ Setting up or Fixing File Permissions
2
=====================================
3
4
In Symfony 3.x, you needed to do some extra work to make sure that your cache directory
5
-was writable. But that is no longer true! In Symfony 4, everything works automatically:
+was writable. But that is no longer true! Since Symfony 4, everything works automatically:
6
7
* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``public/index.php``
8
so that any created files are writable by everyone.
0 commit comments