File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ It creates an `InitialEventDTO` and places it to the `InitialEventHolder` single
3939- ` app ` is set according to config options.
4040- ` userType ` is set from the package config. ` userType ` is empty for a not authenticated user.
4141- ` correlationId ` and ` timestamp ` are set from request headers according to config options or generated from scratch.
42- - ` realUserId ` and ` realUserType ` are left empty strings.
42+ - ` realUserId ` , ` realUserType ` and ` misc ` are left empty strings.
4343
4444Be sure to add the midlleware AFTER Laravel middleware that sets authenticated user.
4545In practice it likely means that you have to place the middleare at the very bottom of ` middlewareGroups ` in ` app/Http/Kernel `
You can’t perform that action at this time.
0 commit comments