Remove public properties from renderer
[MAILPOET-2899]
This commit is contained in:
@@ -13,4 +13,8 @@ class License {
|
||||
}
|
||||
return $license;
|
||||
}
|
||||
|
||||
public function hasLicense(): bool {
|
||||
return (bool)self::getLicense();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user