Revert "Add method to the Newsletter datafactory to set the type to automatic"

This reverts commit 0ebc92d7da.
This commit is contained in:
David Remer
2022-05-17 12:23:06 +03:00
committed by Veljko V
parent 69c2df9e49
commit 08d025eea5

View File

@@ -175,11 +175,6 @@ class Newsletter {
return $this;
}
public function withAutomaticType() {
$this->data['type'] = 'automatic';
return $this;
}
/**
* @return Newsletter
*/