We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4f63d commit cc135c8Copy full SHA for cc135c8
docs/HOOKS.md
@@ -66,7 +66,7 @@ An unnamed hook (`before_perform`) will be executed first.
66
67
The available hooks are:
68
69
-* `before _enqueue`: Called with the job args before a job is placed on the queue.
+* `before_enqueue`: Called with the job args before a job is placed on the queue.
70
If the hook returns `false`, the job will not be placed on the queue.
71
72
* `after_enqueue`: Called with the job args after a job is placed on the queue.
0 commit comments