Skip to content

Commit

Permalink
Typo fix in Queue/LuaScripts fot->for (#35406)
Browse files Browse the repository at this point in the history
  • Loading branch information
pippinsmith committed Nov 28, 2020
1 parent 8a3aaf4 commit 6aeb9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/LuaScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static function size()
* Get the Lua script for pushing jobs onto the queue.
*
* KEYS[1] - The queue to push the job onto, for example: queues:foo
* KEYS[2] - The notification list fot the queue we are pushing jobs onto, for example: queues:foo:notify
* KEYS[2] - The notification list for the queue we are pushing jobs onto, for example: queues:foo:notify
* ARGV[1] - The job payload
*
* @return string
Expand Down

0 comments on commit 6aeb9cf

Please sign in to comment.