We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f47660 + ede20a9 commit 0467129Copy full SHA for 0467129
src/TestInit.php
@@ -21,7 +21,7 @@
21
throw new \Exception("Could not create " . __DIR__."/Proxies Folder.");
22
}
23
24
-if ( ! file_exists(__DIR__ . '/ORM/Proxy/generated') && ! mkdir(__DIR__ . '/ORM/Proxy/generated')) {
+if ( ! file_exists(__DIR__ . '/ORM/Proxy/generated') && ! mkdir(__DIR__ . '/ORM/Proxy/generated', 0777, true)) {
25
throw new \Exception('Could not create ' . __DIR__ . '/ORM/Proxy/generated Folder.');
26
27
0 commit comments