Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit a06a52e

Browse files
committed
Switch back to PHP 5.4 class name resolution.
1 parent 9608462 commit a06a52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'connection' => Adldap\Connections\Ldap::class,
29+
'connection' => 'Adldap\Connections\Ldap',
3030

3131
/*
3232
|--------------------------------------------------------------------------
@@ -157,4 +157,4 @@
157157

158158
],
159159

160-
];
160+
];

0 commit comments

Comments
 (0)