@@ -25,6 +25,6 @@ |
||
25 | 25 | public function __construct($type, Job $job) |
26 | 26 | { |
27 | 27 | parent::__construct($type); |
28 | - $this->job = $job; |
|
28 | + $this->job = $job; |
|
29 | 29 | } |
30 | 30 | } |