diff --git a/bootstrap/bootstrap.php b/bootstrap/bootstrap.php index 2e8d19a..e5c66d4 100644 --- a/bootstrap/bootstrap.php +++ b/bootstrap/bootstrap.php @@ -12,7 +12,7 @@ $vendorDir = realpath(__DIR__.'/../../..'); if (!$loader = include $vendorDir.'/autoload.php') { - $nl = 'cli' === substr(PHP_SAPI, 0, 3) ? PHP_EOL : '
'; + $nl = 'cli' === substr(\PHP_SAPI, 0, 3) ? \PHP_EOL : '
'; echo $nl.$nl. 'You must set up the project dependencies.'.$nl. 'Run the following commands in '.dirname($vendorDir).':'.$nl.$nl.