Skip to content

Commit 4375ec5

Browse files
committed
fix ci
1 parent fdb5e91 commit 4375ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$vendorDir = realpath(__DIR__.'/../../..');
1313

1414
if (!$loader = include $vendorDir.'/autoload.php') {
15-
$nl = 'cli' === substr(PHP_SAPI, 0, 3) ? PHP_EOL : '<br />';
15+
$nl = 'cli' === substr(\PHP_SAPI, 0, 3) ? \PHP_EOL : '<br />';
1616
echo $nl.$nl.
1717
'You must set up the project dependencies.'.$nl.
1818
'Run the following commands in '.dirname($vendorDir).':'.$nl.$nl.

0 commit comments

Comments
 (0)