Skip to content

Commit

Permalink
Update the docblock for the constructor of the FileFailedJobProvider …
Browse files Browse the repository at this point in the history
…class. (#52149)
  • Loading branch information
kevinb1989 authored Jul 16, 2024
1 parent a575fcf commit 966cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Failed/FileFailedJobProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class FileFailedJobProvider implements CountableFailedJobProvider, FailedJobProv
protected $lockProviderResolver;

/**
* Create a new database failed job provider.
* Create a new file failed job provider.
*
* @param string $path
* @param int $limit
Expand Down

0 comments on commit 966cd9d

Please sign in to comment.