We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31dec9 commit 05c11f5Copy full SHA for 05c11f5
bootstrap.php
@@ -9,3 +9,8 @@
9
elseif (strpos(__FILE__, DIRECTORY_SEPARATOR . "vendor" . DIRECTORY_SEPARATOR) !== false) {
10
include_once __DIR__ . '/../../autoload.php';
11
}
12
+
13
+ // Local development directory
14
+ elseif (file_exists(__DIR__ . '/../Parser/bootstrap.php')) {
15
+ include_once __DIR__ . '/../Parser/bootstrap.php';
16
+ }
0 commit comments