Skip to content

Commit

Permalink
Merge branch 'laravel:11.x' into 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbs authored Jul 9, 2024
2 parents 6b27582 + 85eb158 commit 28a7a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Contracts/Cache/Lock.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public function get($callback = null);
* @param int $seconds
* @param callable|null $callback
* @return mixed
*
* @throws \Illuminate\Contracts\Cache\LockTimeoutException
*/
public function block($seconds, $callback = null);

Expand Down

0 comments on commit 28a7a3b

Please sign in to comment.