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

Commit 201afc9

Browse files
authored
Update middleware.md
1 parent db2d443 commit 201afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configurable in your `adldap_auth.php`configuration file.
1313
> A user may successfully authenticate against your AD server when visiting your site, but
1414
> depending on your scopes, may not be imported or logged in.
1515
16-
To use the middleware, insert it on your middleware stack:
16+
To use the middleware, insert it on your middleware stack inside your `app/Http/Kernel.php` file:
1717

1818
```php
1919
protected $middlewareGroups = [

0 commit comments

Comments
 (0)