Skip to content

Commit 2f89f55

Browse files
authored
Change "In Symfony 4" to "Since Symfony 4"
1 parent 115f038 commit 2f89f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/file_permissions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Setting up or Fixing File Permissions
22
=====================================
33

44
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:
5+
was writable. But that is no longer true! Since Symfony 4, everything works automatically:
66

77
* In the ``dev`` environment, ``umask()`` is used in ``bin/console`` and ``public/index.php``
88
so that any created files are writable by everyone.

0 commit comments

Comments
 (0)