Skip to content

Commit b7994c1

Browse files
committed
fix
1 parent adab3b7 commit b7994c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/articleGroups.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
declare(strict_types = 1);
55

66
$autoloadFiles = [
7+
__DIR__ . '/../../../../vendor/autoload.php',
78
__DIR__ . '/../../../vendor/autoload.php',
89
__DIR__ . '/../../vendor/autoload.php',
910
__DIR__ . '/../vendor/autoload.php',

example/practicesPos.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
declare(strict_types = 1);
55

66
$autoloadFiles = [
7+
__DIR__ . '/../../../../vendor/autoload.php',
78
__DIR__ . '/../../../vendor/autoload.php',
89
__DIR__ . '/../../vendor/autoload.php',
910
__DIR__ . '/../vendor/autoload.php',

0 commit comments

Comments
 (0)