Make segment description mandatory
[MAILPOET-3077]
This commit is contained in:
committed by
Veljko V
parent
c78922c12e
commit
2f270575f3
@ -50,7 +50,7 @@ class SegmentEntity {
|
||||
*/
|
||||
private $dynamicFilters;
|
||||
|
||||
public function __construct(string $name, string $type, string $description = '') {
|
||||
public function __construct(string $name, string $type, string $description) {
|
||||
$this->name = $name;
|
||||
$this->type = $type;
|
||||
$this->description = $description;
|
||||
|
Reference in New Issue
Block a user