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

Commit 93a7278

Browse files
authored
Fixed namespaces.
1 parent 5a2b056 commit 93a7278

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
@@ -44,7 +44,7 @@
4444
| The connection class to use to run raw LDAP operations on.
4545
|
4646
| Custom connection classes must implement:
47-
| \Adldap\Contracts\Connections\ConnectionInterface
47+
| \Adldap\Connections\ConnectionInterface
4848
|
4949
*/
5050

@@ -59,7 +59,7 @@
5959
|
6060
| You can also set this option to `null` to use the default schema class.
6161
|
62-
| Custom schema classes must implement \Adldap\Contracts\Schemas\SchemaInterface
62+
| Custom schema classes must implement \Adldap\Schemas\SchemaInterface
6363
|
6464
*/
6565

0 commit comments

Comments
 (0)