Skip to content

Commit 4113b86

Browse files
authored
Update README.md
resolveQueueRequestByLocalEventConfig => resolveRequestByLocalEventConfig
1 parent a94737f commit 4113b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If your application server (maybe due to security reasons) is not allowed to do
131131
1. Manually download the configuration file from Queue-it Go self-service portal, save it on your application server and load it from local disk
132132
2. Use an internal gateway server to download the configuration file and save to application server
133133
3. Specify the configuration in code without using the Trigger/Action paradigm. In this case it is important *only to queue-up page requests* and not requests for resources or AJAX calls.
134-
This can be done by adding custom filtering logic before caling the `KnownUser::resolveQueueRequestByLocalConfig()` method.
134+
This can be done by adding custom filtering logic before caling the `KnownUser::resolveRequestByLocalEventConfig()` method.
135135

136136
The following is an example of how to specify the configuration in code:
137137

0 commit comments

Comments
 (0)