Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@ -21,7 +21,7 @@ class SendingQueue extends APIEndpoint {
|
||||
];
|
||||
|
||||
/** @var SubscribersFeature */
|
||||
private $subscribers_feature;
|
||||
private $subscribersFeature;
|
||||
|
||||
public function __construct(SubscribersFeature $subscribersFeature) {
|
||||
$this->subscribersFeature = $subscribersFeature;
|
||||
|
Reference in New Issue
Block a user