Skip to content

Commit 12e4bc5

Browse files
author
Paramtamtam
committed
Small fix
1 parent 146b08d commit 12e4bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/rr-worker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ foreach (['../../..', '../..', '..', 'vendor', '../vendor', '../../vendor'] as $
3030
}
3131

3232
if ($loaded !== true) {
33-
\fwrite(STDERR, 'Composer autoload file was not found. Try to install project dependencies' . PHP_EOL);
33+
\fwrite(\STDERR, 'Composer autoload file was not found. Try to install project dependencies' . PHP_EOL);
3434
exit(10);
3535
}
3636

@@ -55,7 +55,7 @@ foreach (['../../../..', '../../..', '../..', '..', '../vendor/laravel/laravel']
5555
}
5656

5757
if (! \is_string($base_path)) {
58-
\fwrite(STDERR, 'Cannot find application base path' . PHP_EOL);
58+
\fwrite(\STDERR, 'Cannot find application base path' . PHP_EOL);
5959
exit(11);
6060
}
6161

0 commit comments

Comments
 (0)