Remove public properties from renderer

[MAILPOET-2899]
This commit is contained in:
Pavel Dohnal
2020-05-26 15:38:14 +02:00
committed by Veljko V
parent c9b1c549c1
commit f8a16b5e5a
6 changed files with 71 additions and 26 deletions

View File

@@ -13,4 +13,8 @@ class License {
}
return $license;
}
public function hasLicense(): bool {
return (bool)self::getLicense();
}
}