Skip to content

Commit c13b6bb

Browse files
committed
Fixed autoloader path issue
1 parent b8e2a85 commit c13b6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/all-docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require __DIR__ . '../vendor/autoload.php';
3+
require dirname(__DIR__) . '/vendor/autoload.php';
44

55
use \React\EventLoop\Factory;
66
use \Chemem\Fauxton\Actions\Action;

0 commit comments

Comments
 (0)