Skip to content

Commit

Permalink
Update Laravel8Worker.php
Browse files Browse the repository at this point in the history
Fixed Dynamic Properties are deprecated warning
  • Loading branch information
Sensetivity committed May 27, 2024
1 parent bfcc08f commit 00d3071
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 00d3071

Please sign in to comment.