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 d5364d5 commit bc76af5Copy full SHA for bc76af5
examples/01-define-api.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-require_once '../vendor/autoload.php';
+require __DIR__ . '/../vendor/autoload.php';
4
5
$loop = \React\EventLoop\Factory::create();
6
0 commit comments