Skip to content

Commit

Permalink
Merge pull request #104 from Sensetivity/patch-1
Browse files Browse the repository at this point in the history
Update Laravel8Worker.php
  • Loading branch information
fylzero committed May 29, 2024
2 parents bfcc08f + 00d3071 commit f3007eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Wrappers/Laravel8Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
*/
class Laravel8Worker implements WorkerInterface
{
/**
* @var Worker
*/
public $worker;

/**
* @var Cache
*/
public $cache;

/**
* DefaultWorker constructor.
* @param Worker $worker
Expand Down

0 comments on commit f3007eb

Please sign in to comment.