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