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 7c4e867 commit 8278bdbCopy full SHA for 8278bdb
bin/bootstrap.php
@@ -37,7 +37,7 @@
37
|
38
*/
39
40
-$vendorDir = $_ENV['COMPOSER_VENDOR_DIR'] ?: "{$basePath}/vendor";
+$vendorDir = $_ENV['COMPOSER_VENDOR_DIR'] ?? "{$basePath}/vendor";
41
42
if (! is_file($autoload_file = "{$vendorDir}/autoload.php")) {
43
Octane::writeError("Composer autoload file was not found. Did you install the project's dependencies?");
0 commit comments