Skip to content

Commit fcadc59

Browse files
committed
revert autoload change
1 parent 03b9b18 commit fcadc59

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

resources/autoload.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
// Load Composer Libs
88
require_once __DIR__ . "/../vendor/autoload.php";
9-
// submodule
10-
require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php";
11-
require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php";
129

1310
// submodule
1411
require_once __DIR__ . "/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php";

test/phpunit-bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22

33
require_once __DIR__ . "/../vendor/autoload.php";
4-
// submodule
5-
require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php";
6-
require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php";
74

85
// submodule
96
require_once __DIR__ . "/../resources/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php";

0 commit comments

Comments
 (0)