Skip to content

Commit 47f92ca

Browse files
authored
Revert "Dashboard is always accessible (laravel#7888)" (laravel#7889)
This reverts commit ac08b4a.
1 parent ac08b4a commit 47f92ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horizon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ When the `balance` option is set to `false`, the default Laravel behavior will b
119119
<a name="dashboard-authorization"></a>
120120
### Dashboard Authorization
121121

122-
Horizon exposes a dashboard at the `/horizon` URI. By default, you will always be able to access this dashboard in the `local` environment. However, within your `app/Providers/HorizonServiceProvider.php` file, there is an [authorization gate](/docs/{{version}}/authorization#gates) definition. This authorization gate controls access to Horizon in **non-local** environments. You are free to modify this gate as needed to restrict access to your Horizon installation:
122+
Horizon exposes a dashboard at the `/horizon` URI. By default, you will only be able to access this dashboard in the `local` environment. However, within your `app/Providers/HorizonServiceProvider.php` file, there is an [authorization gate](/docs/{{version}}/authorization#gates) definition. This authorization gate controls access to Horizon in **non-local** environments. You are free to modify this gate as needed to restrict access to your Horizon installation:
123123

124124
/**
125125
* Register the Horizon gate.

0 commit comments

Comments
 (0)