Add public keyword to methods
[MAILPOET-2413]
This commit is contained in:
@ -28,7 +28,7 @@ class StatsNotificationEntity {
|
||||
*/
|
||||
private $task;
|
||||
|
||||
function __construct(NewsletterEntity $newsletter, ScheduledTaskEntity $task) {
|
||||
public function __construct(NewsletterEntity $newsletter, ScheduledTaskEntity $task) {
|
||||
$this->newsletter = $newsletter;
|
||||
$this->task = $task;
|
||||
}
|
||||
|
Reference in New Issue
Block a user