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

Commit e55b165

Browse files
committed
Use class constant due to php 5.5 requirement
1 parent 478a16c commit e55b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

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

3131
/*
3232
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)