You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following items have been added. Copy the properties in **src/Config/Auth.ph
32
32
- `permission_denied` and `group_denied` are added to `Config\Auth::$redirects`.
33
33
- `permissionDeniedRedirect()` and `groupDeniedRedirect()` are added.
34
34
35
-
#### Fix Custom Filter If extends `AbstractAuthFilter`
35
+
### Fix Custom Filter If extends `AbstractAuthFilter`
36
36
37
37
If you have written a custom filter that extends `AbstractAuthFilter`, now you need to add and implement the `redirectToDeniedUrl()` method to your custom filter.
38
38
The following example is related to the above explanation for **group** filter.
0 commit comments