Skip to content

Commit fe48f2c

Browse files
authored
Fix description (#36642)
1 parent 92b7bde commit fe48f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Middleware/ThrottlesExceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function withPrefix(string $prefix)
135135
}
136136

137137
/**
138-
* Specify the number of seconds a job should be delayed when it is released (before it has reached its max exceptions).
138+
* Specify the number of minutes a job should be delayed when it is released (before it has reached its max exceptions).
139139
*
140140
* @param int $backoff
141141
* @return $this

0 commit comments

Comments
 (0)