@@ -33,7 +33,7 @@ |
||
33 | 33 | public function setExpirationNotice($class, int $nextChange): void |
34 | 34 | { |
35 | 35 | if ($class && is_object($class) && $class instanceof IExpire) { |
36 | - $class->setExpireNotice( $this->shallExpire($nextChange)); |
|
36 | + $class->setExpireNotice($this->shallExpire($nextChange)); |
|
37 | 37 | } |
38 | 38 | } |
39 | 39 |