Skip to content

Commit 0b35276

Browse files
ballercatroippi
authored andcommitted
Mark incomingJobs protected (#12)
1 parent 53549d6 commit 0b35276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Renderer
3636
/**
3737
* @var \WF\Hypernova\Job[]
3838
*/
39-
private $incomingJobs = [];
39+
protected $incomingJobs = [];
4040

4141
/**
4242
* Renderer constructor.

0 commit comments

Comments
 (0)