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

Commit 16cda1a

Browse files
authored
Update readme.md
1 parent 75a5a94 commit 16cda1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ $user = Adldap::make()->user([
103103
$user->save();
104104
```
105105

106-
Or you can inject the Adldap contract:
106+
Or you can inject the Adldap interface into your controllers:
107107

108108
```php
109-
use Adldap\Contracts\AdldapInterface;
109+
use Adldap\AdldapInterface;
110110

111111
class UserController extends Controller
112112
{

0 commit comments

Comments
 (0)