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

Commit 9b406a7

Browse files
committed
Added note about type-hinting in handler constructors
1 parent e55b165 commit 9b406a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ class LdapAttributeHandler
331331
}
332332
```
333333

334+
> **Note**: Attribute handlers are constructed using the `app()` helper. This means you can type-hint any application
335+
> dependencies you may need in the handlers constructor.
336+
334337
#### Binding the Adldap User Model to the Laravel User Model
335338

336339
> **Note**: Before we begin, enabling this option will perform a single query on your AD server for a logged in user

0 commit comments

Comments
 (0)