better with the proper type
This commit is contained in:
@ -257,7 +257,7 @@ class Newsletters {
|
|||||||
} else if($newsletter->type === Newsletter::TYPE_WELCOME) {
|
} else if($newsletter->type === Newsletter::TYPE_WELCOME) {
|
||||||
$newsletter
|
$newsletter
|
||||||
->withStatistics();
|
->withStatistics();
|
||||||
} else if($newsletter->type === Newsletter::TYPE_WELCOME) {
|
} else if($newsletter->type === Newsletter::TYPE_NOTIFICATION) {
|
||||||
$newsletter
|
$newsletter
|
||||||
->withSegments()
|
->withSegments()
|
||||||
->withStatistics();
|
->withStatistics();
|
||||||
|
Reference in New Issue
Block a user