Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -15,7 +15,7 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
class Mailer extends APIEndpoint {
|
||||
|
||||
/** @var AuthorizedEmailsController */
|
||||
private $authorized_emails_controller;
|
||||
private $authorizedEmailsController;
|
||||
|
||||
/** @var Bridge */
|
||||
private $bridge;
|
||||
|
Reference in New Issue
Block a user