We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3aff0 commit 4419c3fCopy full SHA for 4419c3f
lib/internal/Magento/Framework/Filesystem/DriverInterface.php
@@ -14,6 +14,16 @@
14
*/
15
interface DriverInterface
16
{
17
+ /**
18
+ * Permissions to give read/write/execute access to owner and owning group, but not to all users
19
+ */
20
+ const WRITEABLE_DIRECTORY_MODE = 0770;
21
+
22
23
+ * Permissions to give read/write access to owner and owning group, but not to all users
24
25
+ const WRITEABLE_FILE_MODE = 0660;
26
27
/**
28
*
29
* @param string $path
0 commit comments