We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c0149 + 1faa4a3 commit 1ae3e57Copy full SHA for 1ae3e57
pretty
@@ -3,6 +3,7 @@
3
4
ini_set('display_errors', '1');
5
error_reporting(E_ALL);
6
+putenv(join("", array("PATH=vendor/bin", PATH_SEPARATOR, getenv("PATH"))));
7
8
$commands = [
9
/**
0 commit comments