We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45060d commit f344c08Copy full SHA for f344c08
projects/packages/forms/src/service/class-mailpoet-integration.php
@@ -54,6 +54,7 @@ private function __construct() {
54
*/
55
protected function get_api() {
56
if ( null === $this->mailpoet_api && class_exists( '\MailPoet\API\API' ) ) {
57
+ // @phan-suppress-next-line PhanUndeclaredClassMethod
58
$this->mailpoet_api = \MailPoet\API\API::MP( 'v1' );
59
}
60
return $this->mailpoet_api;
0 commit comments