diff --git a/horizon.md b/horizon.md index 34aa28d2534..f1aa57e6f9f 100644 --- a/horizon.md +++ b/horizon.md @@ -95,7 +95,7 @@ Horizon exposes a dashboard at `/horizon`. By default, you will only be able to }); } -> {note} Remember that Laravel injects the *authenticated* user to the Gate automatically. If your app is providing Horizon security via another method (perhaps IP restrictions) then your Horizon users might not require login, and therefore you will need to change `function ($user)` above to `function ($user = null)` to not force Laravel authentication. +> {note} Remember that Laravel injects the *authenticated* user to the Gate automatically. If your app is providing Horizon security via another method, such as IP restrictions, then your Horizon users may not need to "login". Therefore, you will need to change `function ($user)` above to `function ($user = null)` to force Laravel to not require authentication. ## Running Horizon