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 37585f6 commit dec3456Copy full SHA for dec3456
src/Env.php
@@ -42,7 +42,7 @@ public static function search($expression, $data)
42
*/
43
public static function createRuntime()
44
{
45
- $compileDir = getenv('COMPILE_DIR');
+ $compileDir = getenv(self::COMPILE_DIR);
46
switch ($compileDir) {
47
case false: return new AstRuntime();
48
case 'on': return new CompilerRuntime();
0 commit comments